AutomationPeer.GetAcceleratorKeyCore Method

Definition

Provides the peer's behavior when a Microsoft UI Automation client calls GetAcceleratorKey or an equivalent Microsoft UI Automation client API.

protected:
 virtual Platform::String ^ GetAcceleratorKeyCore() = GetAcceleratorKeyCore;
winrt::hstring GetAcceleratorKeyCore();
protected virtual string GetAcceleratorKeyCore();
function getAcceleratorKeyCore()
Protected Overridable Function GetAcceleratorKeyCore () As String

Returns

String

Platform::String

winrt::hstring

The accelerator key.

Applies to

See also