Control Object Properties
Colour Properties Define colour attributes
   
Description The properties used to define colour attributes in various graphical control objects include the following:
BackColour$ BottomLeftTick$ TopLeftTick$
BackHilight1$ CurrentCellColour$ TextColour$
BackHilight2$ HoverColour$ TrackColour$
  LineColour$  

To apply a colour to these properties, use one of the following valid colour names:

  • [ Dark | Light ] Red
  • [ Dark | Light ] Green
  • [ Dark | Light ] Yellow
  • [ Dark | Light ] Blue
  • [ Dark | Light ] Magenta
  • [ Dark | Light ] Cyan
  • [ Dark | Light ] Gray
  • White
  • Black
  • ... or use a RGB code (RGB:nnn nnn nnn where nnn=0-255) or user-defined colour (refer to the'COLOUR' & '_COLOUR' Mnemonics).

The key word Dark or Light may be prefixed to indicate which tone of the selected colour to use. By default all properties that set a background attribute use the Dark tone, all propeties that effect the foreground use the Light tone.