BCGControlBar Library for .NET
DefaultImage Property




Specifies an image which should be displayed on the DefaultButton when the CategoryItem is in the collapsed state.
Syntax
'Declaration
 
Public Property DefaultImage As Bitmap
'Usage
 
Dim instance As CategoryItem
Dim value As Bitmap
 
instance.DefaultImage = value
 
value = instance.DefaultImage
public Bitmap DefaultImage {get; set;}
public: __property Bitmap* get_DefaultImage();
public: __property void set_DefaultImage( 
   Bitmap* value
);
public:
property Bitmap^ DefaultImage {
   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

CategoryItem Class
CategoryItem Members

Send Feedback