Click or drag to resize
Wizard .NET Library

StepWizardControlGetStepText Method

Gets the step text.

Namespace:  AeroWizard
Assembly:  AeroWizard (in AeroWizard.dll) Version: 2.2.3
Syntax
[DefaultValueAttribute(null)]
public string GetStepText(
	WizardPage page
)
Request Example View Source

Parameters

page
Type: AeroWizardWizardPage
The page.

Return Value

Type: String
Step text for the specified wizard page.
See Also