Compartilhar via


Método RibbonControlService.SetToolTipTitle

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

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

Sintaxe

'Declaração
Public Shared Sub SetToolTipTitle ( _
    element As DependencyObject, _
    value As String _
)
public static void SetToolTipTitle(
    DependencyObject element,
    string value
)
public:
static void SetToolTipTitle(
    DependencyObject^ element, 
    String^ value
)
static member SetToolTipTitle : 
        element:DependencyObject * 
        value:string -> unit 
public static function SetToolTipTitle(
    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