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,则可以使用此属性获取输入的实际键。

适用于