Flash Player 6.0.79。
Flash MX 2004。
checkBoxInstance.label
checkBoxInstance
属性;显示复选框的文本标签。默认情况下,标签出现在复选框的右侧。对此属性的设置将会覆盖在剪辑参数面板中指定的标签参数。
下面的代码设置显示在 CheckBox 组件旁的文本,并向“输出”面板发送该值:
checkBox.label = "Remove from list"; trace(checkBox.label)
CheckBox.labelPlacement