Lingo Dictionary > A-C > checkBoxAccess

 

checkBoxAccess

Syntax

the checkBoxAccess

Description

Movie property; specifies one of three possible results when the user clicks a check box or radio button created with button tools in the Tools window:

0 (default)—Lets the user set check boxes and radio buttons on and off.

1—Lets the user set check boxes and radio buttons on but not off.

2—Prevents the user from setting check boxes and radio buttons at all; the buttons can be set only by scripts.

This property can be tested and set.

Example

This statement sets the checkBoxAccess property to 1, which lets the user click check boxes and radio buttons on but not off:

the checkBoxAccess to 1

Example

This statement records the current setting of the checkBoxAccess property by putting the value in the variable oldAccess:

oldAccess to the checkBoxAccess

See also

hilite (cast member property), checkBoxType