WizPageKernel Methods |
The WizPageKernel type exposes the following members.
Name | Description | |
---|---|---|
AddUserData |
Wrapper method to add custom UserData entries
| |
Equals | (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetCascadedText |
Get the specified localized text for this wizard page. Obtaining the text is
a cascading five step process:
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetNextPage |
Called before the next page is determined by the wizard.
If overridden, you should specifiy the next page to display in the wizard.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
InitPage |
Called during the Page_Init method of your control. You should create any dynamic controls during this method.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnBack |
Called from the template when the Back button is clicked. Override this
method if you want to capture any changes to your page before the wizard moves back.
| |
OnCancel |
Called when the Cancel button is clicked. You should override this method to perform any cleanup
associated with your control.
| |
OnFinish |
Called when the Finish button is clicked. The template calls this method when the Next button
on the last page of the wizard is clicked.
| |
OnNext |
Called from the template when the Next button is clicked. Override this
method to respond to the button click.
| |
OnUnload |
Called when the control is about to be unloaded. You should override this method to perform any cleanup
associated with your control.
| |
ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
EqualValue |
Determines if the object value is equal to another object. If the two objects are null, then this returns true.
There is special handling for guid comparisons (since a guid could be a string formatted in up to 3 different ways).
If the special guid handling is not performed, then the object.Equals method is used.
(Defined by EAPUtil.) | |
GetCascadedText |
Gets the text for the specified text item. This is obtained by calling GetCascadedText(IWizPage, String, String) and
follows the multi-level override scheme defined there. Note that text set via SetWizPageText(IWizPage, String, String) is highest precedence.
(Defined by WizPageExtensions.) | |
GetMapper |
Gets the strongly typed IMapper for the wizard page.
(Defined by WizPageExtensions.) | |
GetWizPageText |
Gets the text for the specified text item, if exists, set via SetWizPageText(IWizPage, String, String).
(Defined by WizPageExtensions.) | |
SetWizPageText |
Sets localized text for the specified wizard page for this wizard instance only. Note that setting text on a
PageInfo or PageElementInfo object is generally GLOBAL in nature and affects other
application sessions, including seesions for other users, due to how pages are cached.
(Defined by WizPageExtensions.) |