Class ControlMaximizeEventArgs
Arguments for Maximize control event.
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class ControlMaximizeEventArgs : ControlSizeStateChangedEventArgs
Remarks
Adds ability to cancel operation.
Constructors
ControlMaximizeEventArgs(Control)
Overridden. Constructor of the ControlMaximizeEventArgs.
Declaration
public ControlMaximizeEventArgs(Control control)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Windows.Forms.Control | control | The Dock enabled control. |
Fields
m_bCancel
Declaration
protected bool m_bCancel
Field Value
| Type |
|---|
| System.Boolean |
Properties
Cancel
Gets/sets if to cancel operation.
Declaration
public bool Cancel { get; set; }
Property Value
| Type |
|---|
| System.Boolean |