appSpeedBar
Determines whether the built-in toolbar is displayed while the form has focus.
Property of
Form
Description
Use the Form's appSpeedBar property to hide or display the Standard Toolbar when a form receives focus.
Value |
Mode |
0 |
Hide |
1 |
Display |
2 |
Use the current _app object's speedBar setting. |
The Form's appSpeedBar property does not change the _app object's current speedBar setting. Instead, when appSpeedBar is set to 0 or 1, it overrides _app.speedBar when the form receives focus. To change the _app object's speedBar setting See speedBar [ _app]. The default setting for appSpeedBar is 2.
Setting form.appSpeedBar to 0 (zero), hides the built-in toolbars while a form has focus. Any application toolbars (toolbars built from class Toolbar) that are attached to the form will display if they are not hidden.
Setting form.appSpeedBar to 1 allows the built-in toolbars to be displayed while a form has focus. If there are any application toolbars attached to the form they will display as well unless they are hidden.