DataWindow.EnableDragDropClient Method (Logic, Logic) | |
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD EnableDragDropClient(
lEnable AS LOGIC,
lSurfaceOnly AS LOGIC
) AS VOID
public virtual void EnableDragDropClient(
[DefaultParameterValueAttribute(true, 0)] bool lEnable,
[DefaultParameterValueAttribute(true, 0)] bool lSurfaceOnly
)
Request Example
View SourceParameters
- lEnable
- Type: Logic
- lSurfaceOnly
- Type: Logic
See Also