KeyEventArgs::DeadCharProcessedKey Property

.NET Framework (current version)
 

Gets the key that is part of dead key composition to create a single combined character.

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

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

Property Value

Type: System.Windows.Input::Key

The 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
Return to top
Show: