This documentation is archived and is not being maintained.
HtmlSelect.SelectedIndices Property
.NET Framework 1.1
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
[Visual Basic] Protected Overridable ReadOnly Property SelectedIndices As Integer _ () [C#] protected virtual int[] SelectedIndices {get;} [C++] protected: __property virtual int get_SelectedIndices(); [JScript] protected function get SelectedIndices() : int[];
See Also
HtmlSelect Class | HtmlSelect Members | System.Web.UI.HtmlControls Namespace
Show: