Versions Compared

Key

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

...

Remarks

In order for either the OnApptHover or OnTimeBlockHover events to fire, the mouse must stop above an appointment or time block for a brief amount of time. By default, most systems are set to do this after 400 milliseconds. You can set this value to customize your application's response time.

...

Code Block
// Set the hover time to a whole second
Set_Property(@Window:".OLE_SCHEDULE", "OLE.HoverTime", 1000)

See Also

OnApptHoverOnTimeBlockHover