HtmlSelect.Select(Int32[]) Method

Definition

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

protected:
 virtual void Select(cli::array <int> ^ selectedIndices);
protected virtual void Select (int[] selectedIndices);
abstract member Select : int[] -> unit
override this.Select : int[] -> unit
Protected Overridable Sub Select (selectedIndices As Integer())

Parameters

selectedIndices
Int32[]

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

Remarks

The Select method selects multiple items of the Items collection.

Applies to

See also