KeyboardEventArgs.Code 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
保存字串,識別正在按下的實體按鍵。 值不會受到目前鍵盤配置或修飾詞狀態的影響,因此特定按鍵一律會傳回相同的值。
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