Читати англійською Редагувати

Поділитися через


CreateUserWizard.ActiveStepIndex Property

Definition

Gets or sets the step that is currently displayed to the user.

C#
public override int ActiveStepIndex { get; set; }

Property Value

The index of the step that is currently displayed to the user.

Remarks

The ActiveStepIndex property provides the zero-based index of the step that is currently displayed in the CreateUserWizard control. You can programmatically set the ActiveStepIndex property to dynamically display a step to the user.

Applies to

Продукт Версії
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also