Versions Compared

Key

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

...

The DatePickerVisible property determines whether or not the calendar's date picker is visible along the left of the control. The date picker allows the user to easily switch see the currently viewed date range, select a new range of dates, and see which dates have appointments.

Image Added

Example

Code Block
// Hide the date picker
Set_Property(@Window:".OLE_CALENDAR", "OLE.DatePickerVisible", 0)

// Show the date picker
Set_Property(@Window:".OLE_CALENDAR", "OLE.DatePickerVisible", 1)