CHECK property

Check box, menu item, radio button.

Returns or sets the value of a check box.

checkedstatus = Get_Property(objectname, "CHECK")

existingprop = Set_Property(objectname, "CHECK", status)

Values passed in Set_Property:

ValueDescription
StatusBoolean true (1) or false (0).

Values returned by both Get_Property and Set_Property:

ValueDescription
CheckedstatusReport on Boolean status of check box.
ExistingpropCheck box value, when Set_Property was run.
  • guides/programming/programmers_reference_manual/check.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1