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

Compare with Current View Page History

Version 1 Current »

Determines whether or not appointments are snapped to the nearest interval.

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$)

See Also

SnapIgnoreLead

  • No labels