Table of Contents

Property KeyData

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

KeyData

Gets the key data for a KeyDown event. Contains key code for the key that was pressed, combined with modifier flags that indicate which combination of CTRL, SHIFT, and ALT keys was pressed at the same time.

public virtual Keys KeyData { get; }

Property Value

Keys

A Keys representing the key code for the key that was pressed, combined with modifier flags that indicate which combination of CTRL, SHIFT, and ALT keys was pressed at the same time.