TaskBar REALbasic Plugin

TaskBar.CategoryMouseDown Event

This event fires when the mouse button goes down on a TaskBarCategory.

CategoryMouseDown(
   category as TaskBarCategory)

Parameters

category
The category where the mouse button went down.

Remarks

The default internal handing for this event can be canceled from within the event with the CancelEventAction property.

See Also

TaskBar Control