IWizardTemplateSetWizardText Method |
Stores a text string for this wizard page. 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 void SetWizardText(
string ids,
string text
)
Sub SetWizardText (
ids As String,
text As String
)
Parameters
- ids
- Type: SystemString
The IDS, from IDS.Wizard, of the item in the locale resource file. - text
- Type: SystemString
The text.
See Also