System.Web.UI.WebControls.Wizard.GetStepType Method

Returns the System.Web.UI.WebControls.WizardStepType value for the specified System.Web.UI.WebControls.WizardStepBase object.

Syntax

public WizardStepType GetStepType (WizardStepBase wizardStep, int index)

Parameters

wizardStep
The System.Web.UI.WebControls.WizardStepBase for which the associated System.Web.UI.WebControls.WizardStepType is returned.
index
The index of the System.Web.UI.WebControls.WizardStepBase for which the associated System.Web.UI.WebControls.WizardStepType is returned.

Returns

One of the System.Web.UI.WebControls.WizardStepType values.

Remarks

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0