Window.EnableDragDropClient Method (Typed) | |
Allow "draggable" windows to be dropped on this window.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD EnableDragDropClient(
lEnable AS LOGIC
) AS USUAL
public virtual Usual EnableDragDropClient(
[DefaultParameterValueAttribute(true, 0)] bool lEnable
)
Request Example
View SourceParameters
- lEnable
- Type: Logic
TRUE enables the window as a drop client. FALSE does not allow this behavior. If omitted, the default is TRUE.
Return Value
Type:
UsualNIL
See Also