BCGControlBar Library for .NET
ShowPressedState Property (ToolbarGalleryButton)




Specifies whether a gallery button should display pressed state if it's pressed (ttolbar behavior), or not (menu behavior).
Syntax
'Declaration
 
Public Property ShowPressedState As Boolean
'Usage
 
Dim instance As ToolbarGalleryButton
Dim value As Boolean
 
instance.ShowPressedState = value
 
value = instance.ShowPressedState
public bool ShowPressedState {get; set;}
public: __property bool get_ShowPressedState();
public: __property void set_ShowPressedState( 
   bool value
);
public:
property bool ShowPressedState {
   bool get();
   void set (    bool 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

ToolbarGalleryButton Class
ToolbarGalleryButton Members

Send Feedback