RibbonControlService.SetToolTipFooterImageSource Метод

Определение

Задает значение присоединенного свойства ToolTipFooterImageSource для объекта.

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

Параметры

element
DependencyObject

Объект, для которого написано вложенное свойство.

value
ImageSource

Задаваемое значение.

Исключения

Заданный объект element имеет значение null.

Применяется к