BCGControlBar Library for .NET
ButtonType Property




Gets the image from the IMAGES_IDS enumeration to draw on the surface of the CaptionCommandButton.
Syntax
'Declaration
 
Public Property ButtonType As IMAGES_IDS
'Usage
 
Dim instance As CaptionCommandButton
Dim value As IMAGES_IDS
 
instance.ButtonType = value
 
value = instance.ButtonType
public IMAGES_IDS ButtonType {get; set;}
public: __property IMAGES_IDS get_ButtonType();
public: __property void set_ButtonType( 
   IMAGES_IDS value
);
public:
property IMAGES_IDS ButtonType {
   IMAGES_IDS get();
   void set (    IMAGES_IDS 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

CaptionCommandButton Class
CaptionCommandButton Members

Send Feedback