TextComposition.ControlText 속성

정의

중요

이 API는 CLS 규격이 아닙니다.

이 텍스트 컴포지션과 연결된 컨트롤 텍스트를 가져오거나 설정합니다.

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

속성 값

이 텍스트 컴포지션과 연결된 컨트롤 텍스트가 들어 있는 문자열입니다.

특성

적용 대상