Versions Compared

Key

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

...

If there is a scroll limit established by the Range property, setting this property beyond its limits will result in the control scrolling to that limit. For example, if the minimum limit is Jan 1, 2007, setting this property to "1/2006" will scroll to "1/2007" and no further.

Example

Code Block
 // Scroll to Jan 1, 2007 
Set_Property(@Window:".OLE_DATEPICKER", "OLE.FirstMonth", "1/2007"

...