Applies to
Check box, menu item, radio button.
Description
Returns or sets the value of a check box.
Usage
checkedstatus = Get_Property (objectname, "CHECK")
existingprop = Set_Property (objectname, "CHECK", status)
Remarks
Values passed in Set_Property:
| Value | Description |
|---|---|
| Status | Boolean true (1) or false (0). |
Returns
Values returned by both Get_Property and Set_Property:
| Value | Description |
|---|---|
| Checkedstatus | Report on Boolean status of check box. |
| Existingprop | Check box value, when Set_Property was run. |