CreateUserWizard.ActiveStepIndex 속성

정의

사용자에게 현재 표시된 단계를 가져오거나 설정합니다.

public:
 virtual property int ActiveStepIndex { int get(); void set(int value); };
public override int ActiveStepIndex { get; set; }
member this.ActiveStepIndex : int with get, set
Public Overrides Property ActiveStepIndex As Integer

속성 값

Int32

사용자에게 현재 표시된 단계의 인덱스입니다.

설명

이 속성은 ActiveStepIndex 현재 컨트롤에 표시되는 단계의 인덱스(0부터 시작하는 인 CreateUserWizard 덱스)를 제공합니다. 사용자에게 단계를 동적으로 표시하도록 속성을 프로그래밍 방식으로 설정할 ActiveStepIndex 수 있습니다.

적용 대상

추가 정보