CaseStyle property
Available for Edit and Combo objects.
Read/Write at design time
Read only
at run time
Specifies the case style for an Edit or Combo object. It can be one of the following values:
| 0 Default | No conversion is performed (default). |
| 1 Lower | Text is converted to lower case. |
| 2 Upper | Text is converted to upper case. |
| 3 Number | Object only accepts numbers. |