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:
![]() |
|
![]() |
|
![]() |
|
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
![]() ![]() ![]() |