KeyboardEventArgs.Code プロパティ

定義

押されている物理キーを識別する文字列を保持します。 値は現在のキーボード レイアウトまたは修飾子の状態の影響を受けないため、特定のキーは常に同じ値を返します。

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

プロパティ値

適用対象