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:

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

Returns

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.

See also

VALUE property

  • No labels