This documentation is archived and is not being maintained.

HtmlSelect.Select Method

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

[Visual Basic]
Protected Overridable Sub Select( _
   ByVal selectedIndices() As Integer _
)
[C#]
protected virtual void Select(
 int[] selectedIndices
);
[C++]
protected: virtual void Select(
 int selectedIndices __gc[]
);
[JScript]
protected function Select(
   selectedIndices : int[]
);

See Also

HtmlSelect Class | HtmlSelect Members | System.Web.UI.HtmlControls Namespace

Show: