SelectionStart Property (AWTTextComponent)

Action

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

Syntax

'Declaration
Protected Read Property SelectionStart As Integer

Access

Read only.

Examples

Dim selectionStart As Integer = textComponent.SelectionStart