WizCompletedPageInfoWizStepCaption Method |
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
)
Public Shared Function WizStepCaption (
pei As PageElementInfo
) As String
Parameters
- pei
- Type: NetQuarryPageElementInfo
The wizard page descriptor.
Return Value
Type:
StringThe StepCaption.
See Also