WizardNavigationEventArgs.NextStepIndex 属性

定义

获取一个值,该值表示控件接下来将显示的对象WizardStepWizard索引。

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

属性值

从零开始的 WizardStep 索引值,表示控件接下来将显示的对象 Wizard

适用于

另请参阅