Partilhar via


Método RibbonControlService.SetToolTipFooterImageSource

Define o valor de ToolTipFooterImageSource anexado a propriedade de um objeto.

Namespace:  Microsoft.Windows.Controls.Ribbon
Assembly:  RibbonControlsLibrary (em RibbonControlsLibrary.dll)

Sintaxe

'Declaração
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

Exceções

Exceção Condição
ArgumentNullException

The specified element is nulluma referência nula (Nothing no Visual Basic).

Segurança do .NET Framework

Consulte também

Referência

RibbonControlService Classe

Namespace Microsoft.Windows.Controls.Ribbon