Keyboard Methods

The Keyboard type exposes the following members.

Methods
  NameDescription
Public methodKeyDown
Presses and holds modifier keys (Control, Alt and Shift).
Public methodKeyUp
Release modifier keys (Control, Alt and Shift).
Public methodSendKeys
Sends a sequence of key strokes to the active element.
Top
See Also