Indicates whether or not the user can SHIFT + DRAG to create or modify appointment lead times.
Usage
Set_Property(OLECtrlEntID, "OLE.AllowLeadTime", Boolean)
Values
[True | False]
Default: True
Remarks
The AllowLeadTime flag allows the developer to enable or disable the ability to SHIFT + DRAG to create or modify lead times. When on, the user can hold the SHIFT key while dragging to create or modify the appointment's lead time without affecting it's start time. When off, the user can only stretch the appointment, whether the SHIFT key is pressed or not.
Example
// Prevent the user from creating or modifying lead times Set_Property(@Window:".OLE_SCHEDULE", "OLE.AllowLeadTime", No$)