AccessKeyDisplayRequestedEventArgs.PressedKeys Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The keys that were pressed to start the access key sequence.