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를 참조하세요.

적용 대상