RibbonMenuButton.ToolTipFooterTitle 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
이 컨트롤에 대한 도구 설명의 바닥글에 표시되는 제목 텍스트를 가져오거나 설정합니다.
public:
property System::String ^ ToolTipFooterTitle { System::String ^ get(); void set(System::String ^ value); };
public string ToolTipFooterTitle { get; set; }
member this.ToolTipFooterTitle : string with get, set
Public Property ToolTipFooterTitle As String
속성 값
도구 설명의 바닥글에 표시하는 제목 텍스트입니다. 등록된 기본값은 null
입니다. 값에 영향을 줄 수 있는 요소에 대한 자세한 내용은 종속성 속성 값 우선 순위를 참조하세요.
예제
다음 예제에서는 향상 된 도구 설명을 만드는데 사용 되는 태그를 보여 줍니다.
향상된 도구 설명
<ribbon:RibbonMenuButton 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" />
설명
경고
각 리본 컨트롤은 상속을 FrameworkElement.ToolTip 속성입니다. 경우는 FrameworkElement.ToolTip 리본 메뉴의 향상 된 도구 설명이 표시 되지 것입니다; 표준 도구 설명을 대신 표시할 속성을 설정 합니다.
종속성 속성 정보
식별자 필드 | ToolTipFooterTitleProperty |
메타 데이터 속성 설정 true |
없음 |