Programming with Reflection

image\rwnprg32.gif GlobalCapsLock property

 

Syntax

object.GlobalCapsLock
object.GlobalCapsLock = Value

Works with

image\r124.gif

Data type

Boolean

 

Description

Returns (first syntax line) or specifies (second syntax line) whether Reflection maintains its own CapsLock state. When this property is True, the value of CapsLock does not change when you switch into or out of Reflection. When it's False, Reflection maintains its own CapsLock state (as determined by the CapsLock property, and automatically restores it when you switch into Reflection from another application.

Values

The default value is True.

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property