Click or drag to resize

E3DKeyPressEventArgsKeyChar Property

Gets the character corresponding to the key pressed.

Namespace:  Demo3D.Common
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 17.00.05
Syntax
C#
public char KeyChar { get; set; }

Property Value

Type: Char
See Also