KeyEventArgs

Undocumented in source.

Constructors

this
this(Keys keys)
Undocumented in source.

Members

Properties

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.

Inherited Members

From EventArgs

empty
EventArgs empty [@property getter]

Property: get a reusable, empty EventArgs.

Meta