WizardViewAddStep Method
Adds a new step (and its controls) to the wizard.
Namespace: Aliquo.Windows.WizardAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
public void AddStep(
WizardStep step
)
Public Sub AddStep (
step As WizardStep
)
Parameters
- step WizardStep
- WizardStep with the wizard step.