Click or drag to resize

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)
Syntax
string GetWizardText(
	string ids
)

Parameters

ids
Type: SystemString
The IDS, from IDS.Wizard, of the item in the locale resource file.

Return Value

Type: String
The localized text.
See Also