Condividi tramite


RibbonControlService.GetToolTipImageSource(DependencyObject) Metodo

Definizione

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

public:
 static System::Windows::Media::ImageSource ^ GetToolTipImageSource(System::Windows::DependencyObject ^ element);
public static System.Windows.Media.ImageSource GetToolTipImageSource (System.Windows.DependencyObject element);
static member GetToolTipImageSource : System.Windows.DependencyObject -> System.Windows.Media.ImageSource
Public Shared Function GetToolTipImageSource (element As DependencyObject) As ImageSource

Parametri

element
DependencyObject

Oggetto da cui viene letto il valore della proprietà.

Restituisce

ImageSource

Il valore della proprietà ToolTipImageSource dell'oggetto.

Eccezioni

Il valore specificato per il parametro element è null.

Si applica a