Click or drag to resize

DragDropClient Constructor

X#
Construct a drag-and-drop client.
Important! Normally, this method should not be called in your application code. Instead use Window:EnableDragDropClient(TRUE) to create a drag-and-drop client.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	oOwner
) CLIPPER
Request Example View Source

Parameters

oOwner (Optional)
Type: Usual
The window that owns this drag-and-drop client.
See Also