BCGControlBar Library for .NET
CollapseState Property (ToolbarLinkLabel)




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

Send Feedback