Determines if users can select non-continuous dates.

Usage

Set_Property(OLECtrlEntID, "OLE.NoncontinuousSelection", Boolean)

Values

[True | False]

Default: False

Remarks

The NoncontinuousSelection property enables or disables non-continuous selections. By default, this feature is disabled. Users can only select continuous dates by dragging the mouse or holding SHIFT while left clicking. When enabled, users have the additional option of holding CTRL while left clicking in order to toggle-select a date.

Selections are still limited by the MaxSelCount property, regardless of this property's value.

Example

// Enable non-continuous selection 
Set_Property(@Window:".OLE_DATEPICKER", "OLE.NoncontinuousSelection", 1)

See Also

MaxSelCount

  • No labels