संपादित करें

इसके माध्यम से साझा किया गया


KeyEventArgs.ImeProcessedKey Property

Definition

Gets the keyboard key referenced by the event, if the key will be processed by an Input Method Editor (IME).

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

Property Value

Key

The Key referenced by the event.

Applies to

See also