KeyEventArgs.DeadCharProcessedKey 屬性

定義

取得屬於廢鍵組合 (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

屬於廢鍵組合之一部分的按鍵,以建立單一組合字元。

備註

按下的死鍵不會產生可見字元,但表示按鍵要與按下下一個字母按鍵所產生的字元結合。 如果 傳 KeyKey.DeadCharProcessed,您可以使用這個屬性來取得輸入的實際索引鍵。

適用於