appSpeedBar
Determines whether the Standard Toolbar is displayed.
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.