ImageList.ImageCollection.RemoveAt(Int32) Metoda

Definicja

Usuwa obraz z listy.

public:
 virtual void RemoveAt(int index);
public void RemoveAt (int index);
abstract member RemoveAt : int -> unit
override this.RemoveAt : int -> unit
Public Sub RemoveAt (index As Integer)

Parametry

index
Int32

Indeks obrazu do usunięcia.

Implementuje

Wyjątki

Nie można usunąć obrazu.

Wartość indeksu była mniejsza niż 0.

-lub- Wartość indeksu jest większa lub równa Count obrazom.

Dotyczy

Zobacz też