Class DragControlEventArgs
Contains the details about the currently dragging control and target position of the docking control.
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 DragControlEventArgs : EventArgs
Constructors
DragControlEventArgs()
Creates a new instances of a class.
Declaration
public DragControlEventArgs()
DragControlEventArgs(DragTarget, Rectangle)
Overloaded constructor.
Declaration
public DragControlEventArgs(DragTarget dragTarget, Rectangle hostDockArea)
Parameters
Type | Name | Description |
---|---|---|
DragTarget | dragTarget | |
System.Drawing.Rectangle | hostDockArea |
Properties
DragTarget
Returns the Target position of the docking windows.
Declaration
public DragTarget DragTarget { get; }
Property Value
Type |
---|
DragTarget |
HostDockArea
Returns the area of Host form where the docked window is to be docked.
Declaration
public Rectangle HostDockArea { get; }
Property Value
Type |
---|
System.Drawing.Rectangle |