RibbonControlService.SetToolTipFooterImageSource 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
设置对象的 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
。