Gets the character representing the key related to the event.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public char KeyChar { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property KeyChar As Char |
A char representing the pressed key.
RemarksThis property is relevant for KeyPressed events.
See Also