Checkbox
[Desktop Automation]
Properties
| Property | Read/write | Type | Description |
|---|---|---|---|
| caption | read/write | string | caption of the checkbox |
| checked | read/write | Boolean | when true, checkbox is checked |
| enabled | read/write | Boolean | when true, checkbox is enabled |
| hint | read/write | string | Hint or tooltip for the checkbox |
| leftspacing | read/write | number | spacing to the left in pixels |
| onclick | read/write | string | callback function for a click event |
| topspacing | read/write | number | spacing at the top in pixels |
| translate | read/write | Boolean | when true, caption must be a String Identifier |
| visible | read/write | string | Show or hide the checkbox |
Methods
None.
