KeyEventArgs.SystemKey Propiedad

Definición

Obtiene la tecla de teclado a la que hace referencia el evento si la tecla va a ser procesada por el sistema.

public:
 property System::Windows::Input::Key SystemKey { System::Windows::Input::Key get(); };
public System.Windows.Input.Key SystemKey { get; }
member this.SystemKey : System.Windows.Input.Key
Public ReadOnly Property SystemKey As Key

Valor de propiedad

Key

Key a la que hace referencia el evento.

Se aplica a

Consulte también