SelectionStart プロパティ (AWTTextComponent)

クラス

AWTTextComponent.

処理

[読み取り専用] 選択されたテキストの開始位置。 The value is zero-based.。

構文

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

アクセス

読み取り専用。

VB

Dim selectionStart As Integer = textComponent.SelectionStart