BCGControlBar Library for .NET
ColdImage Property (ToolbarButton)




Specifies a cold image for the button.
Syntax
'Declaration
 
Public Overridable Property ColdImage As Bitmap
'Usage
 
Dim instance As ToolbarButton
Dim value As Bitmap
 
instance.ColdImage = value
 
value = instance.ColdImage
public virtual Bitmap ColdImage {get; set;}
public: __property virtual Bitmap* get_ColdImage();
public: __property virtual void set_ColdImage( 
   Bitmap* value
);
public:
virtual property Bitmap^ ColdImage {
   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

ToolbarButton Class
ToolbarButton Members

Send Feedback