MACROMEDIA FLASH MX 2004-USING COMPONENTS Use Manual page 167

Using components
Hide thumbs Also See for FLASH MX 2004-USING COMPONENTS:
Table of Contents

Advertisement

CheckBox.label
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX 2004.
Usage
checkBoxInstance.label
Description
Property; indicates the text label for the check box. By default, the label appears to the right
of the check box. Setting this property overrides the label parameter specified in the Parameters
tab of the Component Inspector panel.
Example
The following code sets the text that appears beside the CheckBox component and sends the
value to the Output panel:
checkBox.label = "Remove from list";
trace(checkBox.label)
See also
CheckBox.labelPlacement
CheckBox.labelPlacement
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX 2004.
Usage
checkBoxInstance.labelPlacement
Description
Property; a string that indicates the position of the label in relation to the check box. The
following are the four possible values (the dotted lines represent the bounding area of the
component; they are invisible in a document):
The check box is pinned to the upper left corner of the bounding area. The label is
"right"
set to the right of the check box. This is the default value.
CheckBox component
167

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004-USING COMPONENTS and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Flash mx

Table of Contents