Determines whether or not appointments are snapped to the nearest interval.
Added in 4.1.18
Usage
Set_Property(OLECtrlEntID, "OLE.SnapEnabled", Boolean)
Values
[True | False]
Default: True
Remarks
The SnapEnabled property affects how appointments are moved and resized. By default, appointments are snapped to the nearest time interval. If you prefer pixel-perfect movement, set this property to False.
Example
// No snapping Set_Property(@Window:".OLE_SCHEDULE", "OLE.SnapEnabled", No$)