Lingo Dictionary > A-C > 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