Search
KeyboardEventArgs.KeyChar Property
See Also
 





Gets the character representing the key related to the event.

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

 Syntax

C#  Copy Code

public char KeyChar { get; }

Visual Basic  Copy Code

Public ReadOnly Property KeyChar As Char

 Property Value

A char representing the pressed key.

 Remarks

This property is relevant for KeyPressed events.

 See Also