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