Compartilhar via


Método RibbonControlService.SetToolTipDescription

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

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

Sintaxe

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