The following tables list the members exposed by StandardKeyboardEvent.
Name | Description | |
---|---|---|
StandardKeyboardEvent | Creates a new instance of StandardKeyboardEvent. |
Name | Description | |
---|---|---|
getCtrlKeyValue | Returns the Ctrl KeyboardEvent boolean instance value. | |
getKeyCode | Returns a virtual KeyCode from a KeyboardEvent. | |
getMetaKeyValue | Returns the Meta KeyboardEvent boolean instance value. | |
isDuplicateModifier | Checks if the StandardKeyboardEvent consists of a duplicate modifier. For example: if ctrl returns true and keyCode returns KeyCode.ctrl. | |
isPrintableKey | Checks if this StandardKeyboardEvent corresponds to a printable character. | |
preventDefault | Prevents the default action from occurring for this StandardKeyboardEvent. | |
stopPropagation | Prevents the StandardKeyboardEvent from propagating. | |
toStandardBinding | Returns the StandardBinding equivalent of this instance. |
Name | Description | |
---|---|---|
alt | Indicates whether an Alt key modifier is a part of the StandardKeyboardEvent object. | |
ctrl | Indicates whether an Ctrl key modifier is a part of the StandardKeyboardEvent object. | |
key | Gets the key, such as a keyboard key, for this StandardKeyboardEvent object. | |
keyCode | Gets the KeyCode for this StandardKeyboardEvent object. | |
meta | Indicates whether an Meta key modifier is a part of the StandardKeyboardEvent object. | |
origEvent | Gets the original KeyboardEvent object, being they key pressed on the keyboard, for this StandardKeyboardEvent. | |
shift | Indicates whether an Shift key modifier is a part of the StandardKeyboardEvent object. | |
target | Gets the HTMLElement, such as a text field, div, etc, targeted by this StandardKeyboardEvent. |
Leadtools.Document.Editor Namespace
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document