ToolBar.EnableDrag Method (Typed) | |
Allow the user to move the toolbar around with the mouse.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD EnableDrag(
lEnable
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual EnableDrag(
Usual lEnable = default
)
Request Example
View SourceParameters
- lEnable (Optional)
- Type: Usual
The logical value indicating whether dragging is allowed. TRUE is the default if omitted or if the method is not called.
Return Value
Type:
UsualRemarks
When dragged to an edge, the toolbar snaps onto the edge; if left in the central area of the window, the toolbar floats and is resizable.
The EnableDrag() method can only be used before the toolbar is assigned to a window.
See Also