Called by the framework on changing window state of the parent form of the RibbonControl.
'Declaration
Public Overridable Sub SetMaximizeMode( _
ByVal As Boolean _
)
'Usage
Dim instance As RibbonControl
Dim set As Boolean
instance.SetMaximizeMode(set)
public virtual void SetMaximizeMode(
bool
)
public: virtual void SetMaximizeMode(
bool
)
public:
virtual void SetMaximizeMode(
bool
)
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.
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