<< Click to Display Table of Contents >> SetColorValue SEViewScheme |
![]() ![]() ![]() |
Purpose
Sets a color value
Prototype
METHOD SetColorValue(xColor, xName) CLASS SEViewScheme
Argument(s)
<xColor> can be a Color{} object or a ColorRef DWORD value, which you can get from the Color:ColorRef access or from the RGB() function.
dwColorRef = RGB(dwRed, dwGreen, dwBlue).
<xName> can be one of the following symbols (or alternatively a string), which specifies the desired color:
#ColorButtonSelect |
Color of a selected menu item, which opens a sub menu. |
#ColorButtonHot |
Color of a hot menu item. |
#ColorButtonFrame |
Color of the button frame. |
#ColorImageShadow |
Color of the image shadow, if Shadow is TRUE. |
#ColorSeparator |
Color of the menu separator. |
#ColorBackground |
Color of the menu background of sub menus. |
#ColorBandLeft |
Left starting color of the vertical image band of sub menus. |
#ColorBandRight |
Left right ending color of the vertical image band of sub menus. |
#ColorBarBackground |
Color of the menu bar background. |
#ColorBarButtonSelect |
Color of the menubar button, if the sub menu is opened. |
#ColorBarButtonFrame |
Color of the menubar button frame, if the sub menu is opened. |
#ColorBarButtonShadow |
Color of the menubar button shadow, if the sub menu is opened. |
#ColorText |
Textcolor of normal unselected menu- or toolbar-items in sub menus. |
#ColorTextSelect |
Textcolor of selected or hot menu- or toolbar-items in sub menus. |
#ColorBarText |
Textcolor of normal unselected menu- or toolbar-items in the menubar. |
#ColorBarTextSelect |
Textcolor of selected or hot menu- or toolbar-items in the menubar. |