KeyEventArgs.DeadCharProcessedKey Property

Definition

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

Key

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.

Applies to