KeyEventArgs.SystemKey Proprietà

Definizione

Ottiene il tasto della tastiera cui fa riferimento l'evento se il tasto verrà elaborato dal 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

Valore della proprietà

Key

Oggetto Key cui fa riferimento l'evento.

Si applica a

Vedi anche