Search
KeyboardEventArgs.Key Property
See Also
 





Gets the key related to the event.

Namespace: MindFusion.Diagramming.Components
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Key Key { get; }

Visual Basic  Copy Code

Public ReadOnly Property Key As Key

 Property Value

A member of the Key enumeration.

 Remarks

This property is relevant for KeyDown and KeyUp events.

 See Also