Versions Compared

Key

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

...

The CaptionVisible property determines whether or not the calendar's caption bar is visible along the top of the control. The caption bar allows the user to easily switch views and scroll through days, weeks, or months. It displays the current date range as well.

Image Added

Example

Code Block
// Hide the caption bar
Set_Property(@Window:".OLE_CALENDAR", "OLE.CaptionVisible", 0)

// Show the caption bar
Set_Property(@Window:".OLE_CALENDAR", "OLE.CaptionVisible", 1)