Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

Example

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

...