IWizPage Properties |
The IWizPage type exposes the following members.
| Name | Description | |
|---|---|---|
| AppContext |
Returns the IAppContext application context for the running instance.
| |
| AutoEnterKey |
Gets/Sets the value of the AutoEnterKey value.
| |
| AvailableButtons |
Returns the bitmask of available buttons
| |
| BackCaption |
The text to display on the Back button of your wizard.
| |
| CancelCaption |
The text to display on the Cancel button of your wizard.
The default value is the string "Cancel"
| |
| CancelScript |
Called by the template to get the script to run when the Cancel button is clicked.
| |
| Container |
Gets/Sets the container (Grouper) for this page.
| |
| ContinueScript |
Gets/Sets the script to navigate to when the continue button is clicked.
| |
| ContinueText |
Gets/Sets the text displayed AFTER the last page.
| |
| Control |
Returns the UserControl of this page.
| |
| Description |
Gets/Sets the page description. The default (initial) value comes from the PageElementInfo for the slot.
| |
| ErrorMessage |
Called by the template to get the error message after the Next button is clicked.
| |
| EventSource |
Gets/Sets the PostBack 'source' for this event.
| |
| FinishCaption |
The text to display on the Finish button of your wizard.
The default value is the string "Finish".
| |
| FinishScript |
Called by the template to get the script to run when the Finish button is clicked.
| |
| Mapper |
The primary mapper used by this wizard page. If no mapper is used then
null should be returned. The wizard will use the mapper to ensure that
client-side validation script is properly configured. The mapper object
must implement the IMapper interface.
| |
| NextCaption |
The text to display on the Next button of your wizard.
| |
| PageData |
Gets the helper class for this wizard page used to manage the UserData.
| |
| PageElementInfo |
Gets/Sets this wizard page's PageElementInfo.
| |
| PageInfo |
The PageInfo object associated with the parent wizard.
| |
| PageNumber |
Gets/Sets this control's 1-based page number in the wizard.
| |
| StatusMessage | ||
| UserData |
Gets/Sets the page-to-page state data. It is recommended that you manage the IWizardTemplateUserData using the PageData method which provides for more
structured access.
| |
| Wizard |
The wizard using this page.
The type is expected to be WizTemplate and implement the IWizardTemplate interface.
|