Click or drag to resize

Window.EnableDragDropClient Method (Typed)

X#
Allow "draggable" windows to be dropped on this window.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD EnableDragDropClient(
	 lEnable AS LOGIC
) AS USUAL
Request Example View Source

Parameters

lEnable
Type: Logic
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