TaskBar REALbasic Plugin

TaskBarCategory.AddNode Method

Use this method to add a TaskBarNode to the category.

AddNode(
   node as TaskBarNode)

Parameters

node
The node to add. This can be a TaskBarNode instance or a instance that is inheriting from TaskBarNode.

Remarks

You can also add, remove and insert nodes by manipulating the Nodes property.

See Also

TaskBarCategory Class