AutomationPeer.GetAccessKeyCore Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When overridden in a derived class, is called by GetAccessKey().
protected:
abstract System::String ^ GetAccessKeyCore();
protected abstract string GetAccessKeyCore ();
abstract member GetAccessKeyCore : unit -> string
Protected MustOverride Function GetAccessKeyCore () As String
Returns
The string that contains the access key.
Remarks
An access key (sometimes referred to as a keyboard shortcut or mnemonic) is a character in the text of a menu, menu item, or label of a control such as a button that invokes the associated menu function. For example, to provide a shortcut way to open the File
menu (for which the access key is typically F), an element might have this attached property set to "ALT+F".