SelectionStart Property (JTextComponent)

Action

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

Syntax

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

Access

Read only.

Examples

VB

Dim selectionStart As Integer = textComponent.SelectionStart