WizardNavigationEventArgs.NextStepIndex 属性

定义

获取一个值,该值表示 WizardStep 控件要显示的下一个 Wizard 对象的索引。

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

属性值

一个从零开始的索引值,表示 WizardStep 控件要显示的下一个 Wizard 对象。

适用于

另请参阅