共用方式為


AutomationProperties.AccessKeyProperty 屬性

定義

識別 AutomationProperties.AccessKey 附加屬性,這是包含自動化元素之便捷鍵字元的字串。

public:
 static property DependencyProperty ^ AccessKeyProperty { DependencyProperty ^ get(); };
static DependencyProperty AccessKeyProperty();
public static DependencyProperty AccessKeyProperty { get; }
var dependencyProperty = AutomationProperties.accessKeyProperty;
Public Shared ReadOnly Property AccessKeyProperty As DependencyProperty

屬性值

AutomationProperties.AccessKey附加屬性的識別碼。

備註

便捷鍵 (有時稱為助憶鍵) 是功能表、功能表項目或按鈕等控制項的文字字元,可啟動相關聯的功能表函式。 例如,若要開啟存取鍵通常是 F 的 [檔案] 功能表,使用者會按 ALT+F。

適用於