DragDropServer Constructor | |
Construct a drag-and-drop server.
Important! Normally, this method should not be called in your application code. Instead use Window:EnableDragDropServer(TRUE) to make the window a drag-and-drop server.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
oOwner
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public DragDropServer(
Usual oOwner = default
)
Request Example
View SourceParameters
- oOwner (Optional)
- Type: Usual
The window that owns this drag-and-drop server.
Remarks
Once defined as a server, the GUI recognizes it as a possible source of drag-and-drop operations.
See Also