KeyTipService.SetKeyTipStyle(DependencyObject, Style) Método

Definição

Define o valor da KeyTipStyle propriedade associada para o elemento especificado.

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

Parâmetros

element
DependencyObject

O objeto ao qual a propriedade anexada está escrita.

value
Style

O valor a definir.

Exceções

O especificado element é null.

Aplica-se a