Compartilhar via


Método KeyTipService.SetKeyTip

Define o valor de KeyTip anexado a propriedade para o elemento especificado.

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

Sintaxe

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

KeyTipService Classe

Namespace Microsoft.Windows.Controls