Window.DragDropClient Property | |
The DragDropClient object created when Window:EnableDragDropClient(TRUE) is called.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY DragDropClient AS USUAL GET
public virtual Usual DragDropClient { get; }
Request Example
View SourceProperty Value
Type:
UsualThe DragDropClient object created when Window:EnableDragDropClient(TRUE) is called.
See Also