Visual Basic 2005 in a Nutshell (In a Nutshell (OReilly))

Keyboard Object

Location

My.Computer.Keyboard

Description

Use the Keyboard object to access the current keyboard-related state and to send keystroke sequences to applications.

Public Members

The following members of the My.Computer.Keyboard object have their own entries elsewhere in this chapter.

  • AltKeyDown Property

  • CapsLock Property

  • CtrlKeyDown Property

  • NumLock Property

  • ScrollLock Property

  • SendKeys Method

  • ShiftKeyDown Property

Usage at a Glance

  • This object and its members are only valid in non-server applications.

Related Framework Entries

  • Microsoft.VisualBasic.Devices.Keyboard Class

See Also

Computer Object, Mouse Object

Категории