Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Color can be any Color value.

Default: Auto

...

Remarks

The CurrentTimeColor property sets the color used to render the current time. By default, this value is based on the system color settings. However, you can set this to any Color you wish. To hide the current time, simply set this to "None".

Not that you only set a single color, but the control uses that color to render the current time in a fading gradient.

...

Example

Code Block
// Make the current time red 
Set_Property(@Window:".OLE_SCHEDULE", "OLE.CurrentTimeColor", "Red") 

// Hide the current time 
Set_Property(@Window:".OLE_SCHEDULE", "OLE.CurrentTimeColor", "None")