Xbasic
{RESTRICT_DOCKING}
Syntax
{RESTRICT_DOCKING= Side }
Arguments
- Side
Character. The side of the toolbar that can not be docked. Allowable values are: "Left" "Right" "Bottom" "Top" (default) "Float"= initially undocked but dockable.
Description
The {RESTRICT_DOCKING} command prevents a modeless dialog box that has been turned into a toolbar (by the inclusion of the {DOCKABLE} command) from docking. I.e. force it to always be a floating toolbar.
Limitations
Desktop applications only
See Also