Determines if Lead and Trail times should be rendered.
Usage
Set_Property(OLECtrlEntID, "OLE.EnableLeadTrailDisplay", Boolean)
Values
[True | False]
Default: True
Remarks
The EnableLeadTrailDisplay determines whether or not the control will render lead and trail times. This can be useful for temporarily toggling their display, especially if your user wants to see more appointment information.
Example
// Hide lead and trail times Set_Property(@Window:".OLE_SCHEDULE", "OLE.EnableLeadTrailDisplay", 0)