ActionScript 2.0 Components Language Reference |
|
|
|
| StyleManager class > StyleManager.registerColorStyle() | |||
Flash Player 6 (6.0.79.0).
Flash MX 2004.
StyleManager.registerColorStyle(colorStyle)
colorStyle A string indicating the name of the color (for example, "highlightColor", "shadowColor", "disabledColor", and so on).
Nothing.
Method; adds a new color style to the Style Manager.
The following example registers "highlightColor" as a color style:
StyleManager.registerColorStyle("highlightColor");
|
|
|
|