KeyEventArgs::DeadCharProcessedKey Property
.NET Framework (current version)
Gets the key that is part of dead key composition to create a single combined character.
Assembly: PresentationCore (in PresentationCore.dll)
Property Value
Type: System.Windows.Input::KeyThe key that is part of dead key composition to create a single combined character.
A dead key, when pressed, produces no visible character but indicates that the key is to be combined with the character produced by the next letter key pressed. If Key returns Key::DeadCharProcessed, you can use this property to get the actual key that was entered.
.NET Framework
Available since 3.0
Available since 3.0
Show: