Click or drag to resize

IWizardTemplateGetWizardText Method

Overload List
  NameDescription
Public methodGetWizardText(String)
Get the specified localized text for this wizard page (however, typically GetCascadedText(IWizPage, String, String) is preferred). This method should be used only for pre-defined wizard text items found in the IDS.Wizard globalization constants.
Public methodGetWizardText(String, String, String)
Get the specified localized text for this wizard page (however, typically GetCascadedText(IWizPage, String, String) is preferred). Obtaining the text is a three step process:
  1. Look for the text item specified by name in the PageInfo's TextItems collection,
  2. if not found, look for the item specified by ids in the locale resource file,
  3. if not found, use the provided defaultText.
Top
See Also