Share via


RibbonControlService.SetToolTipImageSource Metodo

Definizione

Imposta il valore della proprietà associata ToolTipImageSource per un oggetto.

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)

Parametri

element
DependencyObject

Oggetto in cui viene scritta la proprietà associata.

value
ImageSource

Il valore da impostare.

Eccezioni

Il valore specificato per il parametro element è null.

Si applica a