Programming with Reflection

image\rwnprg32.gif GlobalNumLock property

 

Syntax

object.GlobalNumLock
object.GlobalNumLock = Value

Works with

image\r124.gif

Data type

Boolean

 

Description

Returns (first syntax line) or specifies (second syntax line) whether Reflection maintains its own NumLock state. When this property is True, the value of NumLock does not change when you switch into or out of Reflection. When it's False, Reflection maintains its own NumLock state (as determined by the NumLock 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