Click or drag to resize

Window.EnableDragDropServer Method

X#
Allow this window to be dropped on windows with drag and drop capabilities.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD EnableDragDropServer(
	lEnable
) AS USUAL CLIPPER
Request Example View Source

Parameters

lEnable (Optional)
Type: Usual
TRUE enables the window as a drag server. FALSE does not allow this behavior. If omitted, the default is TRUE.

Return Value

Type: Usual
NIL
See Also