BCGControlBar Library for .NET
MaxAllowedCollapseState Property (RibbonOptionButton)




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

RibbonOptionButton Class
RibbonOptionButton Members
Base Implementation in MaxAllowedCollapseState

Send Feedback