ListView.EnableDragDrop Method (Typed) | |
Enable or disable drag and drop of items for the list view.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD EnableDragDrop(
lEnable AS LOGIC
) AS USUAL
public virtual Usual EnableDragDrop(
[DefaultParameterValueAttribute(true, 0)] bool lEnable
)
Request Example
View SourceParameters
- lEnable
- Type: Logic
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