Field Summary |
public static
| ActiveBorder: Number |
| Window colors
|
|
public static
| ActiveCaption: Number |
|
|
|
public static
| ActiveCaptionText: Number |
|
|
|
public static
| alternateColor: IBrush |
| Row Background Alternate
|
|
public static
| AppWorkspace: Number |
|
|
|
public static
| backgroundColor: IBrush |
| <<<<<<<<<<<<<>>>>>>>>>>\\ RowBackground
|
|
public static
| Brush3D: ThreeDBrush |
| A 3D Border Bursh
|
|
public static
| BrushCellBackground: IBrush |
| Cell background
|
|
public static
| BrushControl: IBrush |
| Brush used to paint the face of controls
|
|
public static
| BrushControlFocus: IBrush |
|
|
|
public static
| BrushMenuIconBarBG: IBrush |
| Brush used to paint the background of a menu when it is not visible
|
|
public static
| BrushScrollBarBG: IBrush |
| Brush used to paint the background of a scrollbar when it is not visible
|
|
static
| brushStyles: Object |
|
|
|
public static
| BrushToolTip: IBrush |
| Tooltip background
|
|
public static
| cancelLabel: String |
| Cancel Button label
|
|
public static
| ColorControlFocus: IBrush |
| Theme focus color
|
|
public static
| ColorTextDisabled: Number |
| Color of disabled text
|
|
public static
| Control: Number |
| Standard Control face color
|
|
public static
| ControlBorder: Number |
|
|
|
public static
| ControlDark: Number |
| Standard Dark Border Color
|
|
public static
| ControlDarkDark: Number |
| Standard DarkDark Border Color
|
|
public static
| ControlLight: Number |
| Standard Light Border Color
|
|
public static
| ControlLightLight: Number |
| Standard LightLight Border Color
|
|
public static
| ControlText: Number |
|
|
|
public static
| cursorSize: Number |
| The height/width of a standard cursor
|
|
public static
| DBL_CLICK_DELAY: Number |
| delay for double click
|
|
public static
| DefaultSortOptions: Number |
| List/Grid column sort options
|
|
public static
| Desktop: Number |
|
|
|
public static
| dropShadow: IBrush |
| Brush used to paint dropshadows
|
|
public static
| GradientActiveCaption: Number |
|
|
|
public static
| GradientInactiveCaption: Number |
|
|
|
public static
| GrayText: Number |
|
|
|
public static
| GridlineColor: Number |
|
|
|
public static
| hGridLineColor: IBrush |
| Horizontal gridline color
|
|
public static
| Highlight: Number |
|
|
|
public static
| highlightColor: IBrush |
| Row Background Highlight
|
|
public static
| HighlightText: Number |
|
|
|
public static
| HotTrack: Number |
|
|
|
public static
| InactiveBorder: Number |
|
|
|
public static
| InactiveCaption: Number |
|
|
|
public static
| InactiveCaptionText: Number |
|
|
|
public static
| Info: Number |
|
|
|
public static
| InfoBorder: Number |
|
|
|
public static
| InfoText: Number |
|
|
|
static
| InheritableTextFormatProperties: Object |
| clonable font properties-becuase you cant "see" these properties in a loop
|
|
public static
| Menu: Number |
|
|
|
public static
| MenuBar: Number |
|
|
|
public static
| MenuBarIconWidth: Number |
| Width of a menubar icon
|
|
public static
| MenuHighlight: Number |
|
|
|
public static
| MenuIconBarWidth: Number |
| Width of the vertical icon bar in a menu
|
|
public static
| MenuText: Number |
|
|
|
public static
| ModalBGBrush: IBrush |
| Brush used to paint the modal background
|
|
public static
| noLabel: String |
| No Button label
|
|
public static
| okLabel: String |
| standard button labels OK Button label
|
|
public static
| resources: Object |
| Where we store all styles and other system level resources
|
|
public static
| ScrollBar: Number |
|
|
|
public static
| ScrollBarWidth: Number |
| Width of a scrollbar
|
|
public static
| selectColor: IBrush |
| Row Background Select
|
|
public static
| textHighlightColor: Number |
| Row Text Highlight
|
|
public static
| textSelectColor: Number |
| Row Text Select
|
|
public static
| ThemeFont: TextFormat |
| Theme font
|
|
public static
| ThemeFontColor: Number |
| Theme font color
|
|
public static
| ThemeFontFace: String |
| these must go last so that the var the ref are properly setup by this point Theme font face
|
|
public static
| ThemeFontSize: Number |
| Theme font size
|
|
public static
| vGridLineColor: IBrush |
| Vertical gridline color
|
|
public static
| Window: Number |
|
|
|
public static
| WindowFrame: Number |
|
|
|
public static
| WindowText: Number |
|
|
|
public static
| yesLabel: String |
| Yes Button label
|
|
Method Summary |
public static
| addPropertyTrigger (
style: Object, propertyName: String, propertyValue: Object, properties: Object
): Object |
| Creates a new trigger and adds it to the current object
|
|
public static
| addStyle (
styleName: String, styleObj: Object
): Object |
| Adds the named style
|
|
public static
| addStyleTree (
style: Object, className: String, properties: Object
): Object |
| Creates a new empty style sub class and returns a ref to it Does nothing if the style sub class already exists
|
|
public static
| cloneStyle (
src: Object
): Object |
| Deep clones a style object
|
|
public static
| copyFont (
oldfont: Object, newfont: Object
): Object |
| Construct a new font object
|
|
public static
| createClassStyle (
className: String, properties: Object
): Object |
| creates a style object that also specifies the class of object to be created*
|
|
public static
| createFont (
initObj: Object, oldfont: Object
): Object |
| Creates a new TextFormat
|
|
public static
| getResource (
styleName: String
): Object |
| Retreives the named resource
|
|
public static
| getStyle (
styleName: String, create: Boolean
): Object |
| Retreives the named style
|
|
public static
| getSystemProperty (
name: String, defaultValue: Object
): Object |
| Gets the value of a system property
|
|
public static
| removeStyle (
styleName: String
) |
| Removes the named style
|
|
public static
| replaceStyle (
styleName: String, styleObj: Object
): Object |
| Replaces the named style
|
|
public static
| setSystemProperty (
name: String, value: Object
): Void |
| Sets the value of a system property
|
|
|