IWizardTemplateGetWizardText Method (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.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntaxstring GetWizardText(
string ids
)
Function GetWizardText (
ids As String
) As String
Parameters
- ids
- Type: SystemString
The IDS, from IDS.Wizard, of the item in the locale resource file.
Return Value
Type:
StringThe localized text.
See Also