StyleManager.registerColorStyle()

可用性

Flash Player 6.0.79。

版本

Flash MX 2004。

用法

StyleManager.registerColorStyle(colorStyle)

参数

colorStyle 指明颜色名称的字符串(例如,"highlightColor""shadowColor""disabledColor" 等等)。

返回

无。

描述

方法;将新的颜色样式添加到 StyleManager。

范例

下面的范例将“highlightColor”注册为颜色样式:

StyleManager.registerColorStyle("highlightColor");