Script windows controls
- Last UpdatedJul 25, 2024
- 1 minute read
You can use QuickScript functions in scripts to:
-
Get or set the value of a control.
-
Enable, disable, or hide a control.
-
Work with items in combo boxes, list boxes, text boxes, and checkboxes.
The run-time properties can be either read-write or read-only, depending on the property.
Use the GetPropertyX() and SetPropertyX() functions to control or retrieve these properties.
Related Links
- Get or set the value of a control
- Enable or disable a control for user input
- Hide windows controls dynamically
- Add and delete items in combo boxes
- Load and save list items from or to a file
- Find items in a combo box or list
- Work with item indexes in a combo box or list
- Count list box or combo box items
- Get or set the value of a list item
- Get the name of a list item
- Load the contents of a text box
- Check if a text box is read-only
- Get or set the label of a checkbox
- Understand windows controls error messages