KeyEventArgs.DeadCharProcessedKey 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得屬於廢鍵組合 (Dead Key Composition) 之一部分的按鍵,以建立單一組合 (Combined) 字元。
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,您可以使用這個屬性來取得輸入的實際索引鍵。