Class DockControlMouseSelection
Custom event argument class used for notifying users once mouse selection is done on control caption.
Inheritance
System.Object
System.EventArgs
DockControlMouseSelection
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 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 |