AutomationElement.AutomationElementInformation.AcceleratorKey 屬性

定義

取得的字串包含項目的快速鍵組合。

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

適用於