WizPageKernel Properties |
The WizPageKernel type exposes the following members.
Name | Description | |
---|---|---|
AppContext |
Returns the 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 Finish button of your wizard.
The default value is the string "Cancel"
| |
CancelScript |
Called by the template to get the script to run when the finsh 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 PageElement's description. The initial value is returned from the PageElementInfo.
| |
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 finsh 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.
| |
NextCaption |
The text to display on the Next button of your wizard.
| |
PageData |
Gets the helper class for this wizard page used to manage a wizard's UserData.
| |
PageElementInfo |
Gets/Sets this control's PageElementInfo
| |
PageInfo |
Gets/Sets the PageInfo object associated with the parent wizard
| |
PageNumber |
Gets/Sets this control's page number in the wizard.
| |
StatusMessage | ||
UserData | ||
Wizard |
The parent wizard object (of type WizTemplate) for this wizard page.
|