Click or drag to resize

WizCompletedPageInfoWizStepCaption Method

Gets the StepCaption for the specified wizard PageElementInfo page.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string WizStepCaption(
	PageElementInfo pei
)

Parameters

pei
Type: NetQuarryPageElementInfo
The wizard page descriptor.

Return Value

Type: String
The StepCaption.
See Also