HtmlSelect::SelectedIndices Property
.NET Framework (current version)
Gets a collection that contains the zero-based indexes of all currently selected items in the HtmlSelect control.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: array<System::Int32>^A collection that contains the zero-based indexes of all currently selected items in the HtmlSelect control.
The SelectedIndices property is used by the HtmlSelect class to return a collection that contains the zero-based indexes of all currently selected items in the HtmlSelect control.
Control developers extending the functionality of the HtmlSelect class can override the SelectedIndices property to provide a custom algorithm for returning currently selected items.
.NET Framework
Available since 1.1
Available since 1.1
Show: