KeyEventArgs::ImeProcessedKey Property

 

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

Namespace:   System.Windows.Input
Assembly:  PresentationCore (in PresentationCore.dll)

public:
property Key ImeProcessedKey {
	Key get();
}

Property Value

Type: System.Windows.Input::Key

The Key referenced by the event.

.NET Framework
Available since 3.0
Return to top
Show: