WizardNavigationEventArgs.CurrentStepIndex Propiedad

Definición

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

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

Valor de propiedad

Int32

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

Se aplica a

Consulte también