ListBox.SelectedIndexCollection.Remove(Int32) Method

Definition

Removes the specified control from the collection.

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

Parameters

index
Int32

The control to be removed.

Applies to