Lingo Dictionary
129
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.
Examples
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
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
checkBoxType
Syntax
the checkBoxType
Description
Movie property; specifies one of three ways to indicate whether a check box is selected:
•
0
(default)—Creates a standard check box that contains an X when the check box is selected.
•
1
—Creates a check box that contains a black rectangle when the check box is selected.
•
2
—Creates a check box that contains a filled black rectangle when the check box is selected.
This property can be tested and set.
Example
This statement sets the
checkBoxType
property to 1, which creates a black rectangle in check
boxes when the user clicks them:
the checkBoxType to 1
See also
hilite (cast member property)
,
checkBoxAccess
Содержание DIRECTOR MX-LINGO DICTIONARY
Страница 1: ...Lingo Dictionary Macromedia Director MX...
Страница 756: ...Index 756...