Versions Compared

Key

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

...

Code Block
 // Allow up to 15 selections 
Set_Property(@Window:".OLE_DATEPICKER", "OLE.MaxSelCount", 15) 

 // Disable selections 
Set_Property(@Window:".OLE_DATEPICKER", "OLE.MaxSelCount", 0) 

 // Allow unlimited selections 
Set_Property(@Window:".OLE_DATEPICKER", "OLE.MaxSelCount", -1)

See Also

NoncontinuousSelection