TaskBar REALbasic Plugin

TaskBar.NodeMouseEnter Event

This event fires when the mouse enters a TaskBarNode.

NodeMouseEnter(
   node as TaskBarNode)

Parameters

node
The node which the mouse entered.

Remarks

See Also

TaskBar Control