KeyPressEventArgs

Undocumented in source.

Constructors

this
this(dchar ch)
Undocumented in source.
this
this(dchar ch, Keys modifiers)
Undocumented in source.

Members

Properties

keyChar
dchar keyChar [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From KeyEventArgs

alt
bool alt [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
control
bool control [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
handled
bool handled [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
handled
bool handled [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
keyCode
Keys keyCode [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
keyData
Keys keyData [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
keyValue
int keyValue [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
modifiers
Keys modifiers [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
shift
bool shift [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
windows
bool windows [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta