SelectAll Method (JTextComponent)

Action

Selects all the content in the text component.

Syntax

C#
textComponent.SelectAll()
VB
textComponent.SelectAll()

Examples

VB

textComponent.SelectAll()