CapsLock_State - Edit
Determines if all text displayed will be in upper-case letters
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Syntax
Property Integer CapsLock_State
| Access Type | Syntax |
|---|---|
| Read Access: | Get CapsLock_State to IntegerVariable |
| Write Access: | Set CapsLock_State to IntegerVariable/Value |
Description
When the Capslock_state property is set true, all text displayed by this object is displayed in upper-case letters. This property cannot be changed while this object is active; for a change made while the program is running to take effect, the object must be (deactivated and) activated after this property has been set to the desired value.
Default is false.