Clear Method (AWTTextComponent)
Class
AWTTextComponent
.
Action
Removes all the text from the text component.
Syntax
C#
textComponent
.
Clear
()
VB
textComponent
.
Clear
()
Examples
VB
textComponent.Clear
()