IWizardPage.ShowDescription

Syntax

ShowDescription: Boolean;

Description

The ShowDescription property determines visibility for the title and description of the wizard page.

Comments

The property is set to True by default, and the page title and description are shown.

If the ShowDescription property is set to False, the page title and description are hidden, and the page contents is shifted upwards by the height equal to the height of the area that contains the title and description.

See also:

IWizardPage