CapsLock_State - Form
Determines if all text entered to this object from the keyboard will be converted to upper case
Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None
Syntax
Property Boolean CapsLock_State
| Access Type | Syntax |
|---|---|
| Read Access: | Get CapsLock_State to BooleanVariable |
| Write Access: | Set CapsLock_State to BooleanVariable/Value |
Description
When the Capslock_State property is set true, all text entered to this object from the keyboard will be converted to upper case. Values set to this object by the program will not be affected by this property. 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.