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인 문자열을 반환합니다.

적용 대상

추가 정보