Gets or sets the overrided index of the page that the Back process will go to.

Namespace: System.Extensions.Windows.Forms
Assembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)

Syntax

C#
public virtual Nullable<int> BackIndex { get; set; }
Visual Basic
Public Overridable Property BackIndex As Nullable(Of Integer)
	Get
	Set
Visual C++
public:
virtual property Nullable<int> BackIndex {
	Nullable<int> get ();
	void set (Nullable<int> value);
}
F#
abstract BackIndex : Nullable<int> with get, set
override BackIndex : Nullable<int> with get, set

Property Value

Type: Nullable<(Of <(<'Int32>)>)>

See Also