Click or drag to resize

IWizardTemplatePageData Method

Gets the WizPageData helper class for the specified page in this wizard. Used to manage a wizard's UserData.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
WizPageData PageData(
	string instanceName
)

Parameters

instanceName
Type: SystemString
The name of the page element instance of interest.

Return Value

Type: WizPageData
The helper object for the specified page instance.
See Also