Click or drag to resize

TreeView.EnableDragDrop Method (Typed)

X#
Enable or disable drag-and-drop of items for the tree view.

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

Parameters

lEnable
Type: Logic
A logical value that determines whether drag-and-drop is enabled or disabled.

Return Value

Type: Usual
TRUE if drag-and-drop could be enabled or disabled; otherwise, FALSE.
See Also