ShowObjectPropertyManager Property

 

The ShowObjectPropertyManager property shows or hides the Object Manager. Returns a Boolean.

 

Syntax

object.ShowObjectPropertyManager

object.ShowObjectPropertyManager( Show )

 

Parameter

Type

Description

Show

Boolean

required; true to show the Object Manager

 

Example 1

This example returns the visibility of the Object Manager.

 

Debug.Print Plot.ShowObjectPropertyManager

 

Example 2

This example makes the Object Manager visible.

 

Plot.ShowObjectPropertyManager = True

 

Used by: PlotDocument object