KeyEventArgs.DeadCharProcessedKey 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取作为死键组合的一部分的键,以创建单个组合字符。
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.DeadCharProcessed,则可以使用此属性获取输入的实际键。