WizPageExtensions Class |
Namespace: NetQuarry
The WizPageExtensions type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | 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.
|
![]() ![]() | GetMapper |
Gets the strongly typed IMapper for the wizard page.
|
![]() ![]() | GetWizPageText |
Gets the text for the specified text item, if exists, set via SetWizPageText(IWizPage, String, String).
|
![]() ![]() | 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.
|