Scroll's to subsequent months.
Syntax
rv = Send_Message(Ctrl, "OLE.ScrollRight", Count)
Parameters
Parameter | Description |
---|---|
Count | The number of months to scroll |
Remarks
The ScrollRight method is the programmatic equivalent of clicking the right scroll button. Simply specify the number of months you wish to scroll.
Example
// Scroll three months following Send_Message(@Window:".OLE_DATEPICKER", "OLE.ScrollRight", 3)