Versions Compared

Key

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

...

The EnsureVisibleSelection method can be used to force the selected date(s) into view. There are no parameters. Instead, the control attempts to show as many selected dates as will fit into the control's view. This method does nothing if there are no selected dates.

Example

Code Block
 // Show selected date(s) 
Send_Message(@Window:".OLE_DATEPICKER", "OLE.EnsureVisibleSelection")

...