SelectedIndex Property

Sets or retrieves a value that indicates the index of the currently visible object.

Syntax

Visual Basic  Protected  Property SelectedIndex As int
C# protected  int SelectedIndex { get; set; }
Managed C++ protected:  __property int get_SelectedIndex();
protected:  __property void set_SelectedIndex(int);
JScript protected   function get SelectedIndex() : int;
protected   function set SelectedIndex(int);

Possible Values

iIndex int that specifies or receives the index of the currently visible object.

The property is read/write. The property has no default value.

Applies To

MultipageDesigner

See Also

Internet Explorer WebControls