Xbasic
{DRAG_HANDLE}
Syntax
{DRAG_HANDLE= Bitmap_Name }
Arguments
- Bitmap_Name
Character. The name of a bitmap to use as the drag handle.
Description
Specifies which bitmap to use for the "drag handle" when the toolbar is docked.
Example
ui_modeless_dlg_box("Drag Handle", <<%dlg% {dockable} {drag_handle=a5_toolbar_drag_horiz} {drag_handle=a5_toolbar_drag_vert} {font=Arial,10,B} {lf}; <20,2Close!B1> {sp} <20,2Open!B2>; {lf}; %dlg%)
Limitations
Desktop applications only
See Also