Click or drag to resize

WizPageKernel Properties

The WizPageKernel type exposes the following members.

Properties
  NameDescription
Public propertyAppContext
Returns the application context for the running instance.
Public propertyAutoEnterKey
Gets/Sets the value of the AutoEnterKey value.
Public propertyAvailableButtons
Returns the bitmask of available buttons
Public propertyBackCaption
The text to display on the Back button of your wizard.
Public propertyCancelCaption
The text to display on the Finish button of your wizard. The default value is the string "Cancel"
Public propertyCancelScript
Called by the template to get the script to run when the finsh button is clicked.
Public propertyContainer
Gets/Sets the container (Grouper) for this page.
Public propertyContinueScript
Gets/Sets the script to navigate to when the continue button is clicked.
Public propertyContinueText
Gets/Sets the text displayed AFTER the last page.
Public propertyControl
Returns the UserControl of this page.
Public propertyDescription
Gets/Sets the PageElement's description. The initial value is returned from the PageElementInfo.
Public propertyErrorMessage
Called by the template to get the error message after the Next button is clicked.
Public propertyEventSource
Gets/Sets the PostBack 'source' for this event
Public propertyFinishCaption
The text to display on the Finish button of your wizard. The default value is the string "Finish"
Public propertyFinishScript
Called by the template to get the script to run when the finsh button is clicked.
Public propertyMapper
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.
Public propertyNextCaption
The text to display on the Next button of your wizard.
Public propertyPageData
Gets the helper class for this wizard page used to manage a wizard's UserData.
Public propertyPageElementInfo
Gets/Sets this control's PageElementInfo
Public propertyPageInfo
Gets/Sets the PageInfo object associated with the parent wizard
Public propertyPageNumber
Gets/Sets this control's page number in the wizard.
Public propertyStatusMessage
Public propertyUserData
Gets/Sets the page-to-page state data. You should consider using PageData for simpler access to UserData.
Public propertyWizard
The parent wizard object (of type WizTemplate) for this wizard page.
Top
See Also