AccessKeyDisplayRequestedEventArgs.PressedKeys Property

Definition

Gets the keys that were pressed to start the access key sequence.

public:
 property Platform::String ^ PressedKeys { Platform::String ^ get(); };
winrt::hstring PressedKeys();
public string PressedKeys { get; }
var string = accessKeyDisplayRequestedEventArgs.pressedKeys;
Public ReadOnly Property PressedKeys As String

Property Value

String

Platform::String

winrt::hstring

The keys that were pressed to start the access key sequence.

Applies to

See also