Compartir a través de


RibbonControlService.SetToolTipFooterImageSource (Método)

Establece 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 Sub SetToolTipFooterImageSource ( _
    element As DependencyObject, _
    value As ImageSource _
)
public static void SetToolTipFooterImageSource(
    DependencyObject element,
    ImageSource value
)
public:
static void SetToolTipFooterImageSource(
    DependencyObject^ element, 
    ImageSource^ value
)
static member SetToolTipFooterImageSource : 
        element:DependencyObject * 
        value:ImageSource -> unit 
public static function SetToolTipFooterImageSource(
    element : DependencyObject, 
    value : ImageSource
)

Parámetros

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)