Condividi tramite


RibbonControlService.SetToolTipFooterImageSource Metodo

Definizione

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

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)

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