Click or drag to resize
Wizard .NET Library

StepWizardControlSetStepText Method

Sets the step text.

Namespace:  AeroWizard
Assembly:  AeroWizard (in AeroWizard.dll) Version: 2.2.3
Syntax
public void SetStepText(
	WizardPage page,
	string value
)
Request Example View Source

Parameters

page
Type: AeroWizardWizardPage
The page.
value
Type: SystemString
The value.
See Also