KeyEventArgs.ImeProcessedKey Proprietà

Definizione

Ottiene il tasto della tastiera a cui fa riferimento l'evento , se il tasto verrà elaborato da un IME (Input Method Editor).

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

Valore della proprietà

Key

Oggetto Key cui fa riferimento l'evento.

Si applica a

Vedi anche