Class DockMenuClickEventArgs
Custom event argument class used for notifying users of docking controls programmatically using context menu.
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class DockMenuClickEventArgs : DockControlEventArgs
Remarks
The DockMenuClickEventArgs class is used by the DockingManager to provide event data for the DockMenuClick event.
Constructors
DockMenuClickEventArgs(Control, DockingStyle)
Creates the instance for DockMenuClickEventArgs.
Declaration
public DockMenuClickEventArgs(Control dockControl, DockingStyle dockStyle)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.Control | dockControl | |
DockingStyle | dockStyle |
Fields
dockStyle
Declaration
protected DockingStyle dockStyle
Field Value
Type |
---|
DockingStyle |
Properties
DockingStyle
Returns the docking style of the window.
Declaration
public DockingStyle DockingStyle { get; }
Property Value
Type |
---|
DockingStyle |