ShowFormPage Method

Applies To

Inspector object.

Description

Shows a form page in the inspector.

Syntax

expression.ShowFormPage(PageName)

expression An expression that returns an Inspector object.

PageName Required String. The display name of the page to be shown.

Example

This example shows the All Fields page of the currently open item.

Set myInspector = myOlApp.ActiveInspector
myInspector.ShowFormPage("All Fields")