ContentElementAutomationPeer.GetAcceleratorKeyCore Method

Definition

Gets the accelerator key for the element associated with this ContentElementAutomationPeer. Called by GetAcceleratorKey().

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

Returns

An Empty string.

Applies to

See also