Method GetNextStep
GetNextStep()
Returns the next enabled Wizard.WizardStep after the current step. Takes into account steps which
are disabled. If CurrentStep is null
returns the first enabled step.
public Wizard.WizardStep GetNextStep()
Returns
- Wizard.WizardStep
The next step after the current step, if there is one; otherwise returns
null
, which indicates either there are no enabled steps or the current step is the last enabled step.