WizardNavigationEventArgs.CurrentStepIndex プロパティ

定義

WizardStep コントロールに現在表示されている Wizard オブジェクトのインデックスを取得します。

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

プロパティ値

WizardStep コントロールに現在表示されている Wizard オブジェクトを表す 0 から始まるインデックス値。

適用対象

こちらもご覧ください