BCGControlBar Library for .NET
ShowCheckedState Property (ToolbarGalleryButton)




If this property is true, the gallery displays checked items. Otherwise checked items do not appear in checked state.
Syntax
'Declaration
 
Public Property ShowCheckedState As Boolean
'Usage
 
Dim instance As ToolbarGalleryButton
Dim value As Boolean
 
instance.ShowCheckedState = value
 
value = instance.ShowCheckedState
public bool ShowCheckedState {get; set;}
public: __property bool get_ShowCheckedState();
public: __property void set_ShowCheckedState( 
   bool value
);
public:
property bool ShowCheckedState {
   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