TaskBar REALbasic Plugin

TaskBar.AddCategory Method

Use this method to add a TaskBarCategory to the TaskBar.

AddCategory(
   item as TaskBarCategory)

Parameters

item
The category to add. This can be a TaskBarCategory instance or a instance that is inheriting from TaskBarCategory.

Remarks

You can also add, remove and insert categories by manipulating the Categories property.

See Also

TaskBar Control