In The Hand LtdIn The Hand
Keyboard Class
NamespacesInTheHand.VisualBasic.DevicesKeyboard
.NET Components for Mobility
Provides properties for accessing the current state of the keyboard, such as what keys are currently pressed, and provides a method to send keystrokes to the active window.
Declaration Syntax
C#Visual Basic
public class Keyboard
Public Class Keyboard
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
Keyboard()()()()
Initializes a new instance of the Keyboard class

AltKeyDown
Gets a Boolean indicating if the ALT key is down.

CtrlKeyDown
Gets a Boolean indicating if a CTRL key is down.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
SendKeys(String)
Sends one or more keystrokes to the active window, as if typed on the keyboard.

ShiftKeyDown
Gets a Boolean indicating if a SHIFT key is down.

ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Remarks
Inheritance Hierarchy
Object
Keyboard

Assembly: InTheHand.VisualBasic (Module: InTheHand.VisualBasic) Version: 7.0.0.0