RemoveAt

TextBoxCollection.RemoveAt method

قم بإزالة مربع نص من الملف.

public void RemoveAt(int index)
معامليكتبوصف
indexInt32فهرس مربع النص.

أمثلة


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

أنظر أيضا