Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 895 Bytes

uielement_accesskey.md

File metadata and controls

28 lines (18 loc) · 895 Bytes
-api-id -api-type
P:Windows.UI.Xaml.UIElement.AccessKey
winrt property

Windows.UI.Xaml.UIElement.AccessKey

-description

Gets or sets the access key (mnemonic) for this element.

-property-value

The access key (mnemonic) for this element.

-remarks

Setting this property enables the AccessKeyDisplayRequested event to be raised.

If the AutomationProperties.AccessKey attached property is not set, this property is used by the Automation framework instead. The value is used as case-insensitive, using the user language. It is used as text, so if an Input Method Editor (IME) is active the composed text is used.

-examples

-see-also

Access keys