Sets or returns whether a Band object will use the CoolBar control’s ForeColor and BackColor properties.
Syntax
object.UseCoolbarColors [= boolean]
The UseCoolbarColors property syntax has these parts:
| Part | Description |
| object | An object expression that evaluates to a Band object. |
| boolean | A Boolean expression specifying whether the band will override the CoolBar control’s ForeColor and BackColor. |
Settings
The settings for boolean are:
| Setting | Description |
| True | (Default) Band will display using the CoolBar control’s ForeColor and BackColor properties. |
| False | Band will display using its own ForeColor and BackColor properties. |