KeyEventArgsKeyChar Property |
Gets the key character corresponding to the key press (if
IsChar is true)
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public char KeyChar { get; }
Public ReadOnly Property KeyChar As Char
Get
member KeyChar : char with get
Property Value
Type:
CharSee Also