WizardWindowTitleBehavior Enum
Specifies the behavior the Wizard control will use in regards to automatically updating the title bar of the containing Window.
public enum WizardWindowTitleBehavior
Fields
Name | Description |
---|---|
Custom | Displays the text in the WindowTitleBaseText property appended by the
text in the WindowTitleCustomPageText property, which defaults to 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. |