SelectionEnd Property (JTextComponent)

Action

Gets the end position of the selection. The value is zero-based.

Syntax

C#
protected Integer SelectionEnd { get; }
VB
'Declaration
Protected Read Property SelectionEnd As Integer

Access

Read only.

Examples

VB

Dim selectionEnd As Integer = textComponent.SelectionEnd