RemoveAt

TextBoxCollection.RemoveAt method

Dosyadan bir metin kutusunu kaldırın.

public void RemoveAt(int index)
ParametreTipTanım
indexInt32Metin kutusu dizini.

Örnekler


[C#]
int index3 = textBoxCollection.Count - 1;
textBoxCollection.RemoveAt(index3);

Ayrıca bakınız