Partilhar via


Método RibbonControlService.SetToolTipFooterTitle

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

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

Sintaxe

'Declaração
Public Shared Sub SetToolTipFooterTitle ( _
    element As DependencyObject, _
    value As String _
)
public static void SetToolTipFooterTitle(
    DependencyObject element,
    string value
)
public:
static void SetToolTipFooterTitle(
    DependencyObject^ element, 
    String^ value
)
static member SetToolTipFooterTitle : 
        element:DependencyObject * 
        value:string -> unit 
public static function SetToolTipFooterTitle(
    element : DependencyObject, 
    value : String
)

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