BCGControlBar Library for .NET
HiColorToolbarImage Property




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