WizardViewAddStep Method

Adds a new step (and its controls) to the wizard.

Definition

Namespace: Aliquo.Windows.Wizard
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public void AddStep(
	WizardStep step
)

Parameters

step  WizardStep
WizardStep with the wizard step.

See Also