WizardNavigationEventArgs.CurrentStepIndex プロパティ

定義

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

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

プロパティ値

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

適用対象

こちらもご覧ください