RibbonButton.ToolTipFooterTitle 속성

이 컨트롤에 대한 도구 설명의 바닥글에 표시되는 제목 텍스트를 가져오거나 설정합니다.

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

구문

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

속성 값

형식: System.String
도구 설명의 바닥글에 표시하는 제목 텍스트입니다.등록된 기본값은 nullNull 참조(Visual Basic의 경우 Nothing)입니다.값에 영향을 줄 수 있는 요소에 대한 자세한 내용은 종속성 속성 값 우선 순위를 참조하십시오.

종속성 속성 정보

식별자 필드

ToolTipFooterTitleProperty

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

없음

설명

주의 정보주의

각 리본 컨트롤은 FrameworkElement.ToolTip 속성을 상속합니다.FrameworkElement.ToolTip 속성이 설정된 경우 리본의 고급 도구 설명이 표시되지 않고 대신 표준 도구 설명이 표시됩니다.

예제

다음 예제에서는 향상된 도구 설명을 만드는 데 사용되는 태그를 보여 줍니다.

향상된 도구 설명

향상된 도구 설명

<ribbon:RibbonButton Label="Ribbon Control"
                SmallImageSource="Images/Lightbulb16.png" 
                LargeImageSource="Images/Lightbulb32.png"
                KeyTip="N"
                ToolTipTitle="Command Name (Ctrl+N)" 
                ToolTipDescription="All ribbon commands should have enhanced tooltips to give the command name, shortcut key, description, and optional supplemental information."
                ToolTipImageSource="Images/Suggestion32.png"
                ToolTipFooterTitle="Press F1 for Help" 
                ToolTipFooterDescription="When practical, completely describe the command using a concise description. Link to Help only if further explanation is really necessary."
                ToolTipFooterImageSource="Images/Help16.png" />

.NET Framework 보안

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

참고 항목

참조

RibbonButton 클래스

Microsoft.Windows.Controls.Ribbon 네임스페이스

RibbonToolTip