SetBackgroundColors |
With this method you can specify the background colors of the OutlookBar.
Prototype:
SetBackgroundColors(ULONG cBackground, ULONG cGradientFrom, ULONG cGradientTo)
Arguments:
cBackground |
A plain background color (used when "Background-gradient" is turned off, or the panel style is OutlookXP) |
cGradientFrom |
The gradient start color |
cGradientTo |
The gradient end color |
See also
RGB, SetBorderColors, SetColorScheme, SetHeaderColors, SetHeaderBorderColors, SetHoveredHeaderColors, SetTaskColors
Example
OutlookBar5.SetBackgroundColors(COLOR:BtnFace, COLOR:White, COLOR:Gray)