|
|
|
|
|
ToolbarPosition (Function) In french: BarrePosition Indicates the display mode of a Toolbar control. Reminder A toolbar field can be "floating" or anchored to the window edges by one of its sides. IF ToolbarPosition(BAR_Barre1) = barUndocked THEN
ToolbarDock(BAR_Barre1, barLeft)
END
Syntax
<Result> = ToolbarPosition(<Toolbar control>)
<Result>: Optional constant Position of the Toolbar control: | | barDown | The Toolbar control is docked at the bottom of the main window. | barLeft | The Toolbar control is docked to the left of the main window. | barRight | The Toolbar control is docked to the right of the main window. | barUndocked | "Floating" Toolbar control. | barUp (Default value) | The Toolbar control is docked at the top of the main window. |
<Toolbar control>: Control name Name of Toolbar control to use. Remarks The keyword MyWindow must not be used: - in the events associated with the Toolbar control.
- in the events associated with the controls in the toolbar.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|