SetBorderColors |
With this method you can specify the colors of the panel borders.
Prototype:
SetBorderColors(ULONG cLight, ULONG cDark, ULONG cBackground)
Arguments:
cLight |
The light color of the border |
cDark |
The dark color of the border |
cBackground |
The background color of the border (when both inner and outer border is turned on) |
See also
Init, RGB, SetBackgroundColors, SetColorScheme, SetHeaderColors, SetHeaderBorderColors, SetHoveredHeaderColors, SetTaskColors
Example
OutlookBar5.SetBorderColors(COLOR:White, 0000000h, COLOR:BtnFace)