Compartir a través de


RibbonControlService.GetToolTipFooterImageSource (Método)

Obtiene el valor de la propiedad adjunta ToolTipFooterImageSource de un objeto.

Espacio de nombres:  Microsoft.Windows.Controls.Ribbon
Ensamblado:  RibbonControlsLibrary (en RibbonControlsLibrary.dll)

Sintaxis

'Declaración
Public Shared Function GetToolTipFooterImageSource ( _
    element As DependencyObject _
) As ImageSource
public static ImageSource GetToolTipFooterImageSource(
    DependencyObject element
)
public:
static ImageSource^ GetToolTipFooterImageSource(
    DependencyObject^ element
)
static member GetToolTipFooterImageSource : 
        element:DependencyObject -> ImageSource 
public static function GetToolTipFooterImageSource(
    element : DependencyObject
) : ImageSource

Parámetros

Valor devuelto

Tipo: System.Windows.Media.ImageSource
Valor de la propiedad ToolTipFooterImageSource del objeto.

Excepciones

Excepción Condición
ArgumentNullException

El element especificado es nullreferencia null (Nothing en Visual Basic).

Seguridad de .NET Framework

Vea también

Referencia

RibbonControlService Clase

Microsoft.Windows.Controls.Ribbon (Espacio de nombres)