DragEventArgsControlObject Property |
Gets the instance of the platform-specific object associated with the drag event
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public Object ControlObject { get; }
Public ReadOnly Property ControlObject As Object
Get
member ControlObject : Object with get
Property Value
Type:
ObjectThe platform-specific control object.
Remarks
This can be used by platform implementations to store additional information about the drag operation,
such as the parent object and child index for
GetDragInfo(DragEventArgs).
See Also