IButtonControl.Text 속성

정의

단추에 표시할 텍스트 캡션을 가져오거나 설정합니다.

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

속성 값

String

단추에 표시할 텍스트 캡션입니다.

설명

구현 하는 컨트롤을 IButtonControl 인터페이스를 구현 해야 합니다는 Text 단추에 표시할 텍스트 캡션을 나타내는 속성을 합니다.

적용 대상