ListBox.SelectedIndexCollection.Remove(Int32) Méthode

Définition

Supprime le contrôle spécifié de la collection.

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

Paramètres

index
Int32

Contrôle à supprimer.

S’applique à