Gets a collection that contains the zero-based indexes of all currently selected items in the System.Web.UI.HtmlControls.HtmlSelect control.
Documentation for this section has not yet been entered.
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.