ListBox.SelectedIndexCollection.Remove(Int32) Método
Definición
Quita el control especificado de la colección.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)
Parámetros
- index
- Int32
Control que se va a quitar.The control to be removed.