System.Web.UI.HtmlControls.HtmlSelect.SelectedIndices Property

Gets a collection that contains the zero-based indexes of all currently selected items in the System.Web.UI.HtmlControls.HtmlSelect control.

Syntax

protected virtual int[] SelectedIndices { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The HtmlSelect.SelectedIndices property is used by the System.Web.UI.HtmlControls.HtmlSelect class to return a collection that contains the zero-based indexes of all currently selected items in the System.Web.UI.HtmlControls.HtmlSelect control.

Control developers extending the functionality of the System.Web.UI.HtmlControls.HtmlSelect class can override the HtmlSelect.SelectedIndices property to provide a custom algorithm for returning currently selected items.

Requirements

Namespace: System.Web.UI.HtmlControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0