Application.OutlineSymbolsToggle Method (Project)

Shows or hides outline symbols.

Syntax

expression .OutlineSymbolsToggle(Show)

expression A variable that represents an Application object.

Parameters

Name

Required/Optional

Data Type

Description

Show

Optional

Boolean

True if Project displays outline symbols. The default value is True if outline symbols are hidden and False if they are visible.

Return Value

Boolean