Programming with Reflection

image\rwnprg32.gif CapsLock property

 

Syntax

object.CapsLock
object.CapsLock = Value

Works with

image\r124.gif

Data type

Boolean

 

Description

Returns (first syntax line) or specifies (second syntax line) whether the CapsLock keyboard function is in effect. When this property is True, pressing any letter key transmits the uppercase version of the letter to the host. While the CapsLockMode property is True, the CapsLock property is automatically set to False.

Values

The default value depends on the current system-wide CapsLock setting.

The value of this property is not saved to a settings file.

Notes

By default, Reflection uses the current system-wide setting for CapsLock. If want to have Reflection control the CapsLock state, use the GlobalCapsLock property.

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property