RibbonMenuButtonAutomationPeer.GetAccessKeyCore Method

Definition

Gets the accelerator key combinations for the RibbonMenuButton that is associated with this RibbonMenuButtonAutomationPeer. This method is called by GetAccessKey().

protected:
 override System::String ^ GetAccessKeyCore();
protected override string GetAccessKeyCore ();
override this.GetAccessKeyCore : unit -> string
Protected Overrides Function GetAccessKeyCore () As String

Returns

The accelerator key combinations for the RibbonMenuButton that is associated with this RibbonMenuButtonAutomationPeer.

Applies to