HtmlSelect::Select Method (array<Int32>^)

 

Selects multiple items of the HtmlSelect control's Items collection.

Namespace:   System.Web.UI.HtmlControls
Assembly:  System.Web (in System.Web.dll)

protected:
virtual void Select(
	array<int>^ selectedIndices
)

Parameters

selectedIndices
Type: array<System::Int32>^

An Array of type Int32 that contains the items to select.

The Select method selects multiple items of the Items collection.

.NET Framework
Available since 1.1
Return to top
Show: