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 オブジェクトを表す 0 から始まるインデックス値。

適用対象

こちらもご覧ください