Class DockControlMouseSelection
Custom event argument class used for notifying users once mouse selection is done on control caption.
Inheritance
System.Object
DockControlMouseSelection
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class DockControlMouseSelection : EventArgs
Constructors
DockControlMouseSelection(Control)
Creates a new instance of the DockControlMouseSelection class.
Declaration
public DockControlMouseSelection(Control ctrl)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Windows.Forms.Control | ctrl | Active Control |
Fields
ctrl
Gets control which is selected
Declaration
protected Control ctrl
Field Value
| Type |
|---|
| System.Windows.Forms.Control |
Properties
Control
Gets mouse selected control
Declaration
public Control Control { get; }
Property Value
| Type |
|---|
| System.Windows.Forms.Control |