BCGControlBar Library for .NET
CollapseState Property (ToolbarGalleryButton)




Specifies the current collapse state.
Syntax
'Declaration
 
Public Overrides Property CollapseState As ToolbarButtonCollapseState
'Usage
 
Dim instance As ToolbarGalleryButton
Dim value As ToolbarButtonCollapseState
 
instance.CollapseState = value
 
value = instance.CollapseState
public override ToolbarButtonCollapseState CollapseState {get; set;}
public: __property ToolbarButtonCollapseState get_CollapseState() override;
public: __property void set_CollapseState( 
   ToolbarButtonCollapseState value
) override;
public:
property ToolbarButtonCollapseState CollapseState {
   ToolbarButtonCollapseState get() override;
   void set (    ToolbarButtonCollapseState value) override;
}
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
Base Implementation in CollapseState

Send Feedback