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

ScrollLock Property

Location

My.Computer.Keyboard.ScrollLock

Syntax

Dim result As Boolean = My.Computer.Keyboard.ScrollLock

Description

The ScrollLock property indicates the current state of the Scroll Lock key, whether on (TRue) or off (False).

Usage at a Glance

  • This property is read-only.

  • This property is only valid in non-server applications.

Related Framework Entries

  • Microsoft.VisualBasic.Devices.Keyboard.ScrollLock Property

See Also

CapsLock Property, Keyboard Object, NumLock Property

Категории