DiagramKeyEventArgs.KeyValue Property

Definition

Gets the keyboard value for a KeyDown or KeyUp event.

public:
 property int KeyValue { int get(); };
public int KeyValue { get; }
member this.KeyValue : int
Public ReadOnly Property KeyValue As Integer

Property Value

The integer representation of the KeyData property.

Applies to