AutomationProperties.AccessKeyProperty 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
識別 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。