次の方法で共有


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

設定する値。

例外

指定された elementnull です。

適用対象