Click or drag to resize

WizPageBaseGetText Method (String)

Returns a string from this component's localized text collection.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string GetText(
	string itemName
)

Parameters

itemName
Type: SystemString
The name of the text item to retrieve

Return Value

Type: String
a string representing the localized text if found, otherwise a string with the itemName
See Also