Method GoToStep
GoToStep(WizardStep)
Changes to the specified Wizard.WizardStep.
public bool GoToStep(Wizard.WizardStep newStep)
Parameters
newStep
Wizard.WizardStepThe step to go to.
Returns
- bool
True if the transition to the step succeeded. False if the step was not found or the operation was cancelled.