Returns the Ctrl KeyboardEvent boolean instance value.
static getCtrlKeyValue(code: KeyCode, e: KeyboardEvent): boolean;
code
The KeyCode for the event, being the ctrl key for windows.
e
The browser's Keyboard event.
true if a Ctrl KeyboardEvent value is returned in the browser's Keyboard event, false otherwise.
The Meta key in Mac is equivalent to the ctrl key in other operating systems.
If we are running under mac, and meta is true, we will return the ctrl code as true. This would be used for ease of use so that keybindings do not have to be setup for each operation system.
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