StandardKeyboardEvent Class Members

Summary

The following tables list the members exposed by StandardKeyboardEvent.

Public Constructors

Name Description
Public Constructor static  | Shared in VB StandardKeyboardEvent Creates a new instance of StandardKeyboardEvent.

Public Methods

Name Description
Public Method getCtrlKeyValue Returns the Ctrl KeyboardEvent boolean instance value.
Public Method getKeyCode Returns a virtual KeyCode from a KeyboardEvent.
Public Method getMetaKeyValue Returns the Meta KeyboardEvent boolean instance value.
Public Method isDuplicateModifier Checks if the StandardKeyboardEvent consists of a duplicate modifier. For example: if ctrl returns true and keyCode returns KeyCode.ctrl.
Public Method isPrintableKey Checks if this StandardKeyboardEvent corresponds to a printable character.
Public Method preventDefault Prevents the default action from occurring for this StandardKeyboardEvent.
Public Method stopPropagation Prevents the StandardKeyboardEvent from propagating.
Public Method toStandardBinding Returns the StandardBinding equivalent of this instance.

Public Properties

Name Description
Public Property static  | Shared in VB alt Indicates whether an Alt key modifier is a part of the StandardKeyboardEvent object.
Public Property static  | Shared in VB ctrl Indicates whether an Ctrl key modifier is a part of the StandardKeyboardEvent object.
Public Property static  | Shared in VB key Gets the key, such as a keyboard key, for this StandardKeyboardEvent object.
Public Property static  | Shared in VB keyCode Gets the KeyCode for this StandardKeyboardEvent object.
Public Property static  | Shared in VB meta Indicates whether an Meta key modifier is a part of the StandardKeyboardEvent object.
Public Property static  | Shared in VB origEvent Gets the original KeyboardEvent object, being they key pressed on the keyboard, for this StandardKeyboardEvent.
Public Property static  | Shared in VB shift Indicates whether an Shift key modifier is a part of the StandardKeyboardEvent object.
Public Property static  | Shared in VB target Gets the HTMLElement, such as a text field, div, etc, targeted by this StandardKeyboardEvent.

See Also

StandardKeyboardEvent Class

Leadtools.Document.Editor Namespace

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Editor Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.