RibbonCheckBox.ToolTipFooterImageSource 속성

정의

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

public:
 property System::Windows::Media::ImageSource ^ ToolTipFooterImageSource { System::Windows::Media::ImageSource ^ get(); void set(System::Windows::Media::ImageSource ^ value); };
public System.Windows.Media.ImageSource ToolTipFooterImageSource { get; set; }
member this.ToolTipFooterImageSource : System.Windows.Media.ImageSource with get, set
Public Property ToolTipFooterImageSource As ImageSource

속성 값

ImageSource

도구 설명의 바닥글에 표시할 이미지입니다. 등록된 기본값은 null입니다. 값에 영향을 줄 수 있는 요소에 대한 자세한 내용은 종속성 속성 값 우선 순위를 참조하세요.

예제

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

향상된 도구 설명
향상된 도구 설명

<ribbon:RibbonCheckBox 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 리본 메뉴의 향상 된 도구 설명이 표시 되지 것입니다; 표준 도구 설명을 대신 표시할 속성을 설정 합니다.

종속성 속성 정보

식별자 필드 ToolTipFooterImageSourceProperty
메타 데이터 속성 설정 true 없음

적용 대상

추가 정보