SelectAll Method (AWTTextComponent)
Class
AWTTextComponent
.
Action
Selects all the text in the text component.
Syntax
C#
textComponent
.
SelectAll
()
VB
textComponent
.
SelectAll
()
Examples
VB
textComponent.SelectAll
()