DisplayManager Method
The DisplayManager method displays or hides the Object Manager, Worksheet Manager, or Property Manager. Returns a Boolean.
Syntax
object.DisplayManager( Index, Visible )
Parameter | Type | Description |
Index | Long | required, manager type, grfManagers |
Visible | Boolean | required, true to display the manager |
Example
This example shows how to hide the Object Manager.
GrapherApp.DisplayManager(grfObjectManager,False)
Used by: Application object