CreateUserWizard::ActiveStepIndex Property

 

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

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public:
property int ActiveStepIndex {
	virtual int get() override;
	virtual void set(int value) override;
}

Property Value

Type: System::Int32

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

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.

.NET Framework
Available since 2.0
Return to top
Show: