TaskBar REALbasic Plugin
TaskBar.CategoryMouseExit Event
This event fires when the mouse exits a category.
CategoryMouseExit(
category
as
TaskBarCategory
)
Parameters
category
The category that the mouse exited.
Remarks
See Also
TaskBar Control