SelectionStart Property (JTextComponent)

Action

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

Syntax

'Declaration
Protected Read Property SelectionStart As Integer

Access

Read only.

Examples

Dim selectionStart As Integer = textComponent.SelectionStart