BCGControlBar Library for .NET
MinAllowedCollapseState Property (ToolbarLabelButton)




Syntax
'Declaration
 
Public Overrides ReadOnly Property MinAllowedCollapseState As ToolbarButtonCollapseState
'Usage
 
Dim instance As ToolbarLabelButton
Dim value As ToolbarButtonCollapseState
 
value = instance.MinAllowedCollapseState
public override ToolbarButtonCollapseState MinAllowedCollapseState {get;}
public: __property ToolbarButtonCollapseState get_MinAllowedCollapseState() override;
public:
property ToolbarButtonCollapseState MinAllowedCollapseState {
   ToolbarButtonCollapseState get() 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

ToolbarLabelButton Class
ToolbarLabelButton Members
Base Implementation in MinAllowedCollapseState

Send Feedback