Index Property

Retrieves a value that indicates the index of the current PageView within the MultiPage collection.

Syntax

Visual Basic  Protected  ReadOnly Property Index As int
C# protected  int Index { get; }
Managed C++ protected:  __property int get_Index();
JScript protected   function get Index() : int;

Possible Values

iIndex int that receives the index of the current PageView.

The property is read-only. The property has no default value.

Applies To

PAGEVIEW

See Also

Internet Explorer WebControls, About the MultiPage WebControl