BCGControlBar Library for .NET
LowColorButtonImage Property




Specifies an image to display on the OutlookPageButton if the LowColorImages mode is used.
Syntax
'Declaration
 
Public Overridable Property LowColorButtonImage As Bitmap
'Usage
 
Dim instance As OutlookBarPane
Dim value As Bitmap
 
instance.LowColorButtonImage = value
 
value = instance.LowColorButtonImage
public virtual Bitmap LowColorButtonImage {get; set;}
public: __property virtual Bitmap* get_LowColorButtonImage();
public: __property virtual void set_LowColorButtonImage( 
   Bitmap* value
);
public:
virtual property Bitmap^ LowColorButtonImage {
   Bitmap^ get();
   void set (    Bitmap^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

OutlookBarPane Class
OutlookBarPane Members

Send Feedback