Class KeyboardEvent
- Namespace
- SharpVectors.Dom.Events
- Assembly
- SharpVectors.Dom.dll
Summary description for KeyboardEvent.
public class KeyboardEvent : UiEvent, IKeyboardEvent, IUiEvent, IEvent
- Inheritance
-
KeyboardEvent
- Implements
- Inherited Members
Constructors
Properties
- AltGraphKey
true if the alt-graph (Alt Gr) key modifier is activated.
- AltKey
true
if the alt (alternative) key modifier is activated.
- CtrlKey
true
if the control (Ctrl) key modifier is activated.
- KeyIdentifier
Holds the identifier of the key.
- KeyLocation
Contains an indication of the location of they key on the device.
- MetaKey
true
if the meta (Meta) key modifier is activated.
- ShiftKey
true
if the shift (Shift) key modifier is activated.
Methods
- InitKeyboardEvent(string, bool, bool, IAbstractView, string, KeyLocationCode, bool, bool, bool, bool, bool)
The InitKeyboardEvent method is used to initialize the value of a IKeyboardEvent created using the IDocumentEvent.CreateEvent method.
- InitKeyboardEventNs(string, string, bool, bool, IAbstractView, string, KeyLocationCode, bool, bool, bool, bool, bool)
The InitKeyboardEventNs method is used to initialize the value of a IKeyboardEvent created using the IDocumentEvent.CreateEvent method.