TextBoxCollection.Clear

TextBoxCollection.Clear method

Clear all text boxes.

public void Clear()

Examples


[C#]
//clear all textbox
textBoxCollection.Clear();

See Also