Window.EnableDragDropClient Method | |
Allow "draggable" windows to be dropped on this window.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD EnableDragDropClient(
lEnable
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual EnableDragDropClient(
Usual lEnable = default
)
Request Example
View SourceParameters
- lEnable (Optional)
- Type: Usual
TRUE enables the window as a drop client. FALSE does not allow this behavior. If omitted, the default is TRUE.
Return Value
Type:
UsualNIL
See Also