KeyTipControl.Text 속성

이 컨트롤과 관련된 텍스트를 가져오거나 설정합니다.

네임스페이스:  Microsoft.Windows.Controls
어셈블리:  RibbonControlsLibrary(RibbonControlsLibrary.dll)

구문

‘선언
Public Property Text As String
    Get
    Set
public string Text { get; set; }
public:
property String^ Text {
    String^ get ();
    void set (String^ value);
}
member Text : string with get, set
function get Text () : String
function set Text (value : String)

속성 값

형식: System.String
이 컨트롤과 관련된 텍스트입니다.
등록된 기본값은 빈 문자열입니다.값에 영향을 줄 수 있는 요소에 대한 자세한 내용은 종속성 속성 값 우선 순위를 참조하십시오.

종속성 속성 정보

식별자 필드

TextProperty

true로 설정된 메타데이터 속성

AffectsMeasure, AffectsRender

.NET Framework 보안

  • 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.

참고 항목

참조

KeyTipControl 클래스

Microsoft.Windows.Controls 네임스페이스