KeyPressEventOptions.KeyChar Property
Gets or sets the character corresponding to the key pressed.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public char KeyChar { get; set; }
Public Property KeyChar As Char
Get
Set
public:
property wchar_t KeyChar {
wchar_t get ();
void set (wchar_t value);
}
member KeyChar : char with get, set
Property Value
Char