ToolStripTextBox.SelectedText プロパティ

定義

コントロールで現在選択されているテキストを示す値を取得または設定します。

public:
 property System::String ^ SelectedText { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Browsable(false)]
public string SelectedText { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.SelectedText : string with get, set
Public Property SelectedText As String

プロパティ値

String

テキスト ボックスで現在選択されているテキストを表す文字列。

属性

注釈

このプロパティにテキストを割り当てて、現在選択されているテキストを ToolStripTextBox変更できます。 現在、テキストが選択 ToolStripTextBoxされていない場合、このプロパティは長さ 0 の文字列を返します。

適用対象

こちらもご覧ください