AutomationPeer.GetAcceleratorKey Method

Definition

Gets the accelerator key combinations for the object that is associated with the UI Automation peer.

public:
 virtual Platform::String ^ GetAcceleratorKey() = GetAcceleratorKey;
winrt::hstring GetAcceleratorKey();
public string GetAcceleratorKey();
function getAcceleratorKey()
Public Function GetAcceleratorKey () As String

Returns

String

Platform::String

winrt::hstring

The accelerator key.

Applies to