SelectedText Property (AWTTextComponent)

Action

Gets the current selected text.

Syntax

C#
protected String SelectedText { get; }
VB
'Declaration
Protected Read Property SelectedText As String

Access

Read only.

Examples

VB

Dim selectedText As String = textComponent.SelectedText