The StatusBarViewGeneratorColors object provides methods for getting, setting or resetting the display colors of a status bar. By default the display colors depend on sytem colors on the server. With this object all colors can be individually designed.

Syntax

StatusBarViewGeneratorColors

Introduced: 30.0.

Methods

Method Description
getBackColor Gets the background color at the left edge of the status bar.
getBackColorBottom Gets the background color at the bottom of the status bar.
getBackColorMiddle Gets the background color in the middle of the status bar.
getBackColorTop Gets the background color at the top of the status bar.
getForeColor Gets the color used for text and numbers.
getFrameColor Gets the color of the status bar's frames.
getGradientBackColor Gets the background color at the right edge of the status bar.
getSeparatorColorDark Gets the color of the dark part of a separator.
getSeparatorColorLight Gets the color of the light part of a separator.
resetBackColor Resets the ruler bar's backColor to its system dependent default value.
resetBackColorBottom Resets the status bar's backColorBottom to its system dependent default value.
resetBackColorMiddle Resets the status bar's backColorMiddle to its system dependent default value.
resetBackColorTop Resets the status bar's backColorTop to its system dependent default value.
resetForeColor Resets the status bar's foreColor to its system dependent default value.
resetFrameColor Resets the status bar's frameColor to its system dependent default value.
resetGradientBackColor Resets the status bar's gradientBackColor to its system dependent default value.
resetSeparatorColorDark Resets the status bar's separatorColorDark to its system dependent default value.
resetSeparatorColorLight Resets the status bar's separatorColorLight to its system dependent default value.
setBackColor Sets the background color at the left edge of the ruler bar.
setBackColorBottom Sets the background color at the bottom of the status bar.
setBackColorMiddle Sets the background color in the middle of the status bar.
setBackColorTop Sets the background color at the top of the status bar.
setForeColor Sets the color used for text and numbers.
setFrameColor Sets the color of the status bar's frames.
setGradientBackColor Sets the background color at the right edge of the status bar.
setSeparatorColorDark Sets the color of the dark part of a separator.
setSeparatorColorLight Sets the color of the light part of a separator.