Compartilhar via


Método RibbonControlService.GetToolTipFooterImageSource

Obtém o valor da ToolTipFooterImageSource anexado a propriedade de um objeto.

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

Sintaxe

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

Tipo: System.Windows.Media.ImageSource
O objeto ToolTipFooterImageSource valor da propriedade.

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