Versions Compared

Key

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

...

The ScrollLeft method is the programmatic equivalent of clicking the left scroll button. Simply specify the number of months you wish to scroll.

Example

Code Block
 // Scroll three months previous 
Send_Message(@Window:".OLE_DATEPICKER", "OLE.ScrollLeft", 3)

See Also

ScrollRight