Share via


KeyEventArgs.DeadCharProcessedKey 属性

定义

获取作为语音符号键构成的一部分以创建一个组合字符的键。

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

属性值

Key

作为语音符号键构成的一部分以创建一个组合字符的键。

注解

按下死键时,不会生成可见字符,但指示该键将与按下的下一个字母键生成的字符组合在一起。 如果 Key 返回 Key.DeadCharProcessed,则可以使用此属性获取输入的实际密钥。

适用于