Versions Compared

Key

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

...

Use the DayStyle property to change the font of individual days.

Example

Code Block
 // Change the font to Courier New 
Set_Property(@Window:".OLE_DATEPICKER", "OLE.Font", "Courier New")

...