TextBox.SelectedText プロパティ

定義

テキスト ボックス内の現在の選択項目のコンテンツを取得または設定します。

public:
 property System::String ^ SelectedText { System::String ^ get(); void set(System::String ^ value); };
public string SelectedText { get; set; }
member this.SelectedText : string with get, set
Public Property SelectedText As String

プロパティ値

String

テキスト ボックスで現在択されているテキスト。

注釈

このプロパティを取得すると、現在選択されているテキストの文字列コピーが返されます。 このプロパティを設定すると、現在の選択範囲が指定した文字列に置き換えられます。

適用対象

こちらもご覧ください