ListView.EnableDragDrop Method | |
Enable or disable drag and drop of items for the list view.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
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 value of TRUE indicates that drag and drop is enabled, while FALSE indicates that it is disabled. The default value is TRUE.
Return Value
Type:
Usual
TRUE if drag and drop could be enabled or disabled; otherwise, FALSE.
See Also