BCGControlBar Library for .NET
MaxAllowedCollapseState Property (ToolbarLinkLabel)




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

ToolbarLinkLabel Class
ToolbarLinkLabel Members
Base Implementation in MaxAllowedCollapseState

Send Feedback