BCGControlBar Library for .NET
ButtonState Property




Specifies the current state of the button to redraw. It can be regular, highlighted and pressed.
Syntax
'Declaration
 
Public Property ButtonState As ButtonState
'Usage
 
Dim instance As DrawButtonDef
Dim value As ButtonState
 
instance.ButtonState = value
 
value = instance.ButtonState
public ButtonState ButtonState {get; set;}
public: __property ButtonState get_ButtonState();
public: __property void set_ButtonState( 
   ButtonState value
);
public:
property ButtonState ButtonState {
   ButtonState get();
   void set (    ButtonState 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

DrawButtonDef Class
DrawButtonDef Members

Send Feedback