AutomationElement.AutomationElementInformation.AcceleratorKey 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个包含元素快捷键组合的字符串。
public:
property System::String ^ AcceleratorKey { System::String ^ get(); };
public string AcceleratorKey { get; }
member this.AcceleratorKey : string
Public ReadOnly Property AcceleratorKey As String
属性值
用于调用与元素关联的操作的键组合序列。
注解
加速键组合调用操作。 例如,Ctrl + O 通常用于调用“ 打开文件 ”对话框。 设置了加速器键属性的 UI 自动化元素始终实现 InvokePattern 类。
有关详细信息,请参阅 AcceleratorKeyProperty。