KeyboardEventArgs.Key プロパティ

定義

イベントによって表されるキーのキー値。 値に印刷表現がある場合、この属性の値は char 属性と同じです。 それ以外の場合は、'キー値' で指定されたキー値文字列の 1 つです。 キーを識別できない場合、これは文字列 "Unidentified" です

public:
 property System::String ^ Key { System::String ^ get(); void set(System::String ^ value); };
public string Key { get; set; }
member this.Key : string with get, set
Public Property Key As String

プロパティ値

適用対象