BCGControlBar Library for .NET
LowColorToolbarImage Property




Specifies an image to display on the OutlookToolbarButton if the LowColorImages mode is used.
Syntax
'Declaration
 
Public Overridable Property LowColorToolbarImage As Bitmap
'Usage
 
Dim instance As OutlookBarPane
Dim value As Bitmap
 
instance.LowColorToolbarImage = value
 
value = instance.LowColorToolbarImage
public virtual Bitmap LowColorToolbarImage {get; set;}
public: __property virtual Bitmap* get_LowColorToolbarImage();
public: __property virtual void set_LowColorToolbarImage( 
   Bitmap* value
);
public:
virtual property Bitmap^ LowColorToolbarImage {
   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