KeyEventArgs.DeadCharProcessedKey Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the key that is part of dead key composition to create a single combined character.
public:
property System::Windows::Input::Key DeadCharProcessedKey { System::Windows::Input::Key get(); };
public System.Windows.Input.Key DeadCharProcessedKey { get; }
member this.DeadCharProcessedKey : System.Windows.Input.Key
Public ReadOnly Property DeadCharProcessedKey As Key
Property Value
The key that is part of dead key composition to create a single combined character.
Remarks
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.