In This Article

WizardDialogTitleStyle Enum

Specifies how the title bar text of a WizardDialogForm should be constructed.

public enum WizardDialogTitleStyle

Fields

Name Description
None

Only display the text in the Text property.

PageCaption

Displays the text in the Text property appended by the text in the current page's PageCaption property.

PageDescription

Displays the text in the Text property appended by the text in the current page's PageDescription property.

PageTitleBarText

Displays the text in the Text property appended by the text in the current page's PageTitleBarText property.

Step

Displays the text in the Text property appended by the text Step ? of ?. This title style is only useful for Wizards that do not have multiple execution paths.