ShowPropertiesWindow Property
ShowPropertiesWindow shows or hides the Properties window. Returns a Boolean. If the value is 'True', the Properties window is shown. On the other hand, if the value is 'False', the Properties window is hidden.
Syntax
object. ShowPropertiesWindow
object. ShowPropertiesWindow = Show
Parameter |
Type |
Description |
Show |
Boolean |
required |
Example 1
This example demonstrates how to return whether or not the Properties window is displayed.
Debug.Print Plot.ShowPropertiesWindow
Example 2
This example demonstrates how to display the Properties window.
Plot.ShowPropertiesWindow = True
Example 3
This script displays all the methods and properties in the PlotDocument object.
Used by: PlotDocument object