Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the accelerator key combinations for the RibbonMenuButton that is associated with this RibbonMenuButtonAutomationPeer. This method is called by GetAccessKey.
Namespace: Microsoft.Windows.Automation.Peers
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Protected Overrides Function GetAccessKeyCore As String
protected override string GetAccessKeyCore()
protected:
virtual String^ GetAccessKeyCore() override
abstract GetAccessKeyCore : unit -> string
override GetAccessKeyCore : unit -> string
protected override function GetAccessKeyCore() : String
Return Value
Type: System.String
The accelerator key combinations for the RibbonMenuButton that is associated with this RibbonMenuButtonAutomationPeer.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.