ShowContentsWindow Property

ShowContentsWindow shows or hides the Contents window. Returns a Boolean. If the value is 'True', the Contents window is shown. On the other hand, if the value is 'False', the Contents window is hidden.

Syntax

object. ShowContentsWindow

object. ShowContentsWindow = Show

Parameter

Type

Description

Show

Boolean

required

Example 1

This example demonstrates how to return whether or not the Contents window is displayed.

Debug.Print Plot.ShowContentsWindow

Example 2

This example demonstrates how to display the Contents window.

Plot.ShowContentsWindow = True

Example 3

This script displays all the methods and properties in the PlotDocument object.

Used by: PlotDocument object