DragDropClient Constructor | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public DragDropClient(
Usual oOwner = default
)
Request Example
View SourceParameters
- oOwner (Optional)
- Type: Usual
The window that owns this drag-and-drop client.
See Also