Brings the selected date into view.

Syntax

rv = Send_Message(Ctrl, "OLE.EnsureVisibleSelection")

Remarks

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

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

See Also

EnsureVisibleFirstMonth

  • No labels