Versions Compared

Key

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

...

The ShowNonMonthDays property shows or hides the non-month days. Non-month days are the days that appear at the beginning of the first month and at the end of the last month. Users can click selected these days like any other, providing a convenient way of selecting days in nearby months without scrolling.

Example

Code Block
 // Hide non-month days 
Set_Property(@Window:".OLE_DATEPICKER", "OLE.ShowNonMonthDays", 0

...