TreeView.EnableDragDrop Method | |
Enable or disable drag-and-drop of items for the tree view.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.21
Syntax VIRTUAL METHOD EnableDragDrop(
lEnable
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual EnableDragDrop(
Usual lEnable = default
)
Request Example
View SourceParameters
- lEnable (Optional)
- Type: Usual
A logical value that determines whether drag-and-drop is enabled or disabled.
Return Value
Type:
Usual
TRUE if successful; otherwise, FALSE.
See Also