SelectedText プロパティ (AWTTextComponent)

クラス

AWTTextComponent.

処理

[読み取り専用] 現在選択されているテキスト。

構文

C#
protected String SelectedText { get; }
VB
'Declaration
Protected Read Property SelectedText As String

アクセス

読み取り専用。

VB

Dim selectedText As String = textComponent.SelectedText