Click or drag to resize

Window.EnableDragDropServer Method (Typed)

X#

Note: This API is now obsolete.

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

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
[ObsoleteAttribute]
 VIRTUAL METHOD EnableDragDropServer(
	 lEnable AS LOGIC
) AS VOID
Request Example View Source

Parameters

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

Return Value

Type: 
NIL
See Also