CaretPosition プロパティ (AWTTextComponent)

クラス

AWTTextComponent.

処理

[読み取り専用] テキスト コンポーネントのテキスト挿入キャレットの位置。 The value is zero-based.。

構文

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

アクセス

読み取り専用。

VB

Dim caretPosition As Integer = textComponent.CaretPosition