BCGControlBar Library for .NET
SetMaximizeMode Method (RibbonControl)




Indicates a value whether MaximizeMode should be set for the RibbonControl.
Called by the framework on changing window state of the parent form of the RibbonControl.
Syntax
'Declaration
 
Public Overridable Sub SetMaximizeMode( _
   ByVal set As Boolean _
) 
'Usage
 
Dim instance As RibbonControl
Dim set As Boolean
 
instance.SetMaximizeMode(set)
public virtual void SetMaximizeMode( 
   bool set
)
public: virtual void SetMaximizeMode( 
   bool set
) 
public:
virtual void SetMaximizeMode( 
   bool set
) 

Parameters

set
Indicates a value whether MaximizeMode should be set for the RibbonControl.

Return Value

This function changes the system menu buttons collection on the caption of the ribbon control on changing window state of the main form.
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

RibbonControl Class
RibbonControl Members

Send Feedback