Share via


KeyTipService.SetKeyTip(DependencyObject, String) Metodo

Definizione

Imposta il valore della proprietà associata KeyTip per l'elemento specificato.

public:
 static void SetKeyTip(System::Windows::DependencyObject ^ element, System::String ^ value);
public static void SetKeyTip (System.Windows.DependencyObject element, string value);
static member SetKeyTip : System.Windows.DependencyObject * string -> unit
Public Shared Sub SetKeyTip (element As DependencyObject, value As String)

Parametri

element
DependencyObject

Oggetto in cui viene scritta la proprietà associata.

value
String

Il valore da impostare.

Eccezioni

Il valore specificato per il parametro element è null.

Si applica a