Table of Contents

Property KeyCode

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

KeyCode

Gets the keyboard code for a KeyDown event. Contains key code for the key that was pressed without modifier flags.

public virtual Keys KeyCode { get; }

Property Value

Keys

A Keys value that is the key code for the event.