DiagramKeyEventArgs.KeyValue 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 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.