Programming with Reflection
CapsLock property
Syntax |
|
Works with |
|
Data type |
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.
The default value depends on the current system-wide CapsLock setting.
The value of this property is not saved to a settings file.
By default, Reflection uses the current system-wide setting for CapsLock. If want to have Reflection control the CapsLock state, use the GlobalCapsLock property.