다음을 통해 공유


RibbonControlService.SetToolTipImageSource 메서드

정의

개체의 ToolTipImageSource 연결된 속성 값을 설정합니다.

public:
 static void SetToolTipImageSource(System::Windows::DependencyObject ^ element, System::Windows::Media::ImageSource ^ value);
public static void SetToolTipImageSource (System.Windows.DependencyObject element, System.Windows.Media.ImageSource value);
static member SetToolTipImageSource : System.Windows.DependencyObject * System.Windows.Media.ImageSource -> unit
Public Shared Sub SetToolTipImageSource (element As DependencyObject, value As ImageSource)

매개 변수

element
DependencyObject

연결된 속성이 작성될 개체입니다.

value
ImageSource

설정할 값입니다.

예외

지정된 elementnull입니다.

적용 대상