WizardNavigationEventArgs.NextStepIndex Propriedade
Definição
Obtém um valor que representa o índice do objeto WizardStep que o controle Wizard exibirá em seguida.Gets a value that represents the index of the WizardStep object that the Wizard control will display next.
public:
property int NextStepIndex { int get(); };
public int NextStepIndex { get; }
member this.NextStepIndex : int
Public ReadOnly Property NextStepIndex As Integer
Valor da propriedade
Um valor de índice com base em zero que representa o WizardStep objeto que o Wizard controle exibirá em seguida.A zero-based index value that represents the WizardStep object that the Wizard control will display next.