You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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)

See Also

ShowTree

  • No labels