Partilhar via


Método RibbonControlService.GetToolTipFooterTitle

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

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

Sintaxe

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

Parâmetros

Valor de retorno

Tipo: System.String
O objeto ToolTipFooterTitle 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