WizardWindowTitleBehavior Enum
Specifies the behavior the Wizard control will use in regards to
automatically updating the title bar of the containing Window.
Fields
Name |
Description |
Custom |
Displays the text in the WindowTitleBaseText property appended by the
text in the WindowTitleCustomPageText property, which defaults to - Step {0} of {1} .
If using step numbers, this title behavior is only useful for Wizards that do not have multiple execution paths.
The WindowTitleCustomPageText provides numerous format options such as
displaying step numbers, page caption or title. See its help topic for more information.
|
None |
Do not modify the containing Window control's title.
|
PageCaption |
Displays the text in the WindowTitleBaseText property appended by a dash and the
text in the current page's Caption property.
|
PageTitle |
Displays the text in the WindowTitleBaseText property appended by a dash and the
text in the current page's Title property.
|