Window.EnableDragDropServer Method (Typed) | |
Note: This API is now obsolete.
Allow this window to be dropped on windows with drag and drop capabilities.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax [ObsoleteAttribute]
VIRTUAL METHOD EnableDragDropServer(
lEnable AS LOGIC
) AS VOID
[ObsoleteAttribute]
public virtual void EnableDragDropServer(
[DefaultParameterValueAttribute(true, 0)] bool lEnable
)
Request Example
View SourceParameters
- lEnable
- Type: Logic
TRUE enables the window as a drag server. FALSE does not allow this behavior. If omitted, the default is TRUE.
Return Value
Type:
NIL
See Also