Partilhar via


Método RibbonControlService.GetToolTipImageSource

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

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

Sintaxe

'Declaração
Public Shared Function GetToolTipImageSource ( _
    element As DependencyObject _
) As ImageSource
public static ImageSource GetToolTipImageSource(
    DependencyObject element
)
public:
static ImageSource^ GetToolTipImageSource(
    DependencyObject^ element
)
static member GetToolTipImageSource : 
        element:DependencyObject -> ImageSource 
public static function GetToolTipImageSource(
    element : DependencyObject
) : ImageSource

Parâmetros

Valor de retorno

Tipo: System.Windows.Media.ImageSource
O objeto ToolTipImageSource 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