KeyboardEventArgs.Key 属性

定义

事件表示的键的键值。 如果值具有打印表示形式,则此属性的值与 char 属性相同。 否则,它是在“键值”中指定的键值字符串之一。 如果无法识别密钥,则这是字符串“未识别”

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

属性值

适用于