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。