SelectionStart Property (AWTTextComponent)

Action

Gets the start position of the selected text. 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