DisplayToolbar
The DisplayToolbar method displays or hides the selected toolbar. Returns a Boolean.
This command does not show toolbars in Grapher 15, as there are no toolbars to display. The command is silently ignored.
Syntax
object.DisplayToolbar( Index, Visible )
| Parameter | Type | Description |
| Index | Long | required, toolbar type, grfToolbars |
| Visible | Boolean | required, true to display the toolbar |
Example
This example shows how to hide the drawing toolbar.
GrapherApp.DisplayToolbar(grfDrawingTB,False)
Used by: Application object