| Package | com.pcthomatos.components.swfscroll |
| Class | public class SWFScrollStaticSettings |
| Property | Defined by | ||
|---|---|---|---|
| BUTTONBGCOLOR : uint = 0xD5D5D5 [static] Sets the button background color.
| SWFScrollStaticSettings | ||
| BUTTONBGCOLOR_ACTIVE : uint = 0x9EC7D9 [static] Sets the button background color active state.
| SWFScrollStaticSettings | ||
| BUTTONBGCOLOR_ON : uint = 0xC5C5C5 [static] Sets the button background color on state.
| SWFScrollStaticSettings | ||
| BUTTONBGCOLOR_OVER : uint = 0xBAD5E3 [static] Sets the button background color over state.
| SWFScrollStaticSettings | ||
| BUTTONTRIANGLECOLOR : uint = 0x252525 [static] Sets the color of the triangle arrow inside the scroll button.
| SWFScrollStaticSettings | ||
| GRACEAREA : int = 60 [static] Sets the grace area of the scrubber in case a user's mouse isn't directly on the scrubber.
| SWFScrollStaticSettings | ||
| SCROLLBARSIZE : int = 20 [static] Sets the thickness of the scrollbar.
| SWFScrollStaticSettings | ||
| SCRUBBERBGCOLOR : uint = 0xD5D5D5 [static] Sets the scrubber background color
| SWFScrollStaticSettings | ||
| SCRUBBERBGCOLOR_ACTIVE : uint = 0x9EC7D9 [static] Sets the scrubber background color active state.
| SWFScrollStaticSettings | ||
| SCRUBBERBGCOLOR_ON : uint = 0xC5C5C5 [static] Sets the scrubber background color on state.
| SWFScrollStaticSettings | ||
| SCRUBBERBGCOLOR_OVER : uint = 0xBAD5E3 [static] Sets the scrubber background color over state.
| SWFScrollStaticSettings | ||
| TRACKBGCOLOR : uint = 0xE0E0E0 [static] Sets the scroll track background color.
| SWFScrollStaticSettings | ||
| BUTTONBGCOLOR | property |
public static var BUTTONBGCOLOR:uint = 0xD5D5D5Sets the button background color.
The default value is 0xD5D5D5.
See also
| BUTTONBGCOLOR_ACTIVE | property |
public static var BUTTONBGCOLOR_ACTIVE:uint = 0x9EC7D9Sets the button background color active state.
The default value is 0x9EC7D9.
See also
| BUTTONBGCOLOR_ON | property |
public static var BUTTONBGCOLOR_ON:uint = 0xC5C5C5Sets the button background color on state.
The default value is 0xC5C5C5.
See also
| BUTTONBGCOLOR_OVER | property |
public static var BUTTONBGCOLOR_OVER:uint = 0xBAD5E3Sets the button background color over state.
The default value is 0xD6EEFB.
See also
| BUTTONTRIANGLECOLOR | property |
public static var BUTTONTRIANGLECOLOR:uint = 0x252525Sets the color of the triangle arrow inside the scroll button.
The default value is 0x252525.
See also
| GRACEAREA | property |
public static var GRACEAREA:int = 60Sets the grace area of the scrubber in case a user's mouse isn't directly on the scrubber.
The default value is 60.
See also
| SCROLLBARSIZE | property |
public static var SCROLLBARSIZE:int = 20Sets the thickness of the scrollbar.
The default value is 20.
See also
| SCRUBBERBGCOLOR | property |
public static var SCRUBBERBGCOLOR:uint = 0xD5D5D5Sets the scrubber background color
The default value is 0xD5D5D5.
See also
| SCRUBBERBGCOLOR_ACTIVE | property |
public static var SCRUBBERBGCOLOR_ACTIVE:uint = 0x9EC7D9Sets the scrubber background color active state.
The default value is 0x9EC7D9.
See also
| SCRUBBERBGCOLOR_ON | property |
public static var SCRUBBERBGCOLOR_ON:uint = 0xC5C5C5Sets the scrubber background color on state.
The default value is 0xC5C5C5.
See also
| SCRUBBERBGCOLOR_OVER | property |
public static var SCRUBBERBGCOLOR_OVER:uint = 0xBAD5E3Sets the scrubber background color over state.
The default value is 0xD6EEFB.
See also
| TRACKBGCOLOR | property |
public static var TRACKBGCOLOR:uint = 0xE0E0E0Sets the scroll track background color.
The default value is 0xE0E0E0.
See also