ListBox.SelectedIndexCollection.Remove(Int32) Metoda

Definicja

Usuwa określoną kontrolkę z kolekcji.

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

Parametry

index
Int32

Kontrolka, która ma zostać usunięta.

Dotyczy