WizardNavigationEventArgs.CurrentStepIndex Propiedad

Definición

Obtiene el índice del WizardStep objeto que se muestra actualmente en el Wizard control .

public:
 property int CurrentStepIndex { int get(); };
public int CurrentStepIndex { get; }
member this.CurrentStepIndex : int
Public ReadOnly Property CurrentStepIndex As Integer

Valor de propiedad

Valor de índice de base cero que representa el WizardStep objeto que se muestra actualmente en el Wizard control .

Se aplica a

Consulte también