Click or drag to resize

Window.EnableDragDropClient Method

X#
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
Request Example View Source

Parameters

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: Usual
NIL
See Also