Window.EnableDragDropServer Method | |
Allow this window to be dropped on windows with drag and drop capabilities.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD EnableDragDropServer(
lEnable
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual EnableDragDropServer(
Usual lEnable = default
)
Request Example
View SourceParameters
- lEnable (Optional)
- Type: Usual
TRUE enables the window as a drag server. FALSE does not allow this behavior. If omitted, the default is TRUE.
Return Value
Type:
UsualNIL
See Also