SelectionEnd Property (JTextComponent)

Action

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

Syntax

'Declaration
Protected Read Property SelectionEnd As Integer

Access

Read only.

Examples

Dim selectionEnd As Integer = textComponent.SelectionEnd