ListBox.SelectedIndexCollection.Add(Int32) Method

Definition

Adds the ListBox at the specified index location.

public:
 void Add(int index);
public void Add (int index);
member this.Add : int -> unit
Public Sub Add (index As Integer)

Parameters

index
Int32

The location in the array at which to add the ListBox.

Applies to