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
)
Function PageData (
instanceName As String
) As WizPageData
Parameters
- instanceName
- Type: SystemString
The name of the page element instance of interest.
Return Value
Type:
WizPageDataThe helper object for the specified page instance.
See Also