Clear

TextBoxCollection.Clear method

مسح كافة مربعات النص.

public void Clear()

أمثلة


[C#]
// مسح كل النص
textBoxCollection.Clear();

أنظر أيضا