Shows/Hides the calendar control.
Usage
Set_Property(OLECtrlEntID, "OLE.ShowCalendar", Boolean)
Values
[True | False]
Default: True
Remarks
The ShowCalendar property can be used to programmatically hide or show the calendar control. Set the property to 1 to make the calendar control visible or 0 to hide it completely.
Example
// Hide the calendar control Set_Property(@Window:".OLE_SCHEDULE", "OLE.ShowCalendar", 0)