KeyboardEventArgs.Key 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
事件表示的键的键值。 如果值具有打印表示形式,则此属性的值与 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