TaskBar REALbasic Plugin

TaskBarCategory.Nodes Method

Use this property to directly manipulate the array of nodes within the category. This ObjectArray is a CoreClasses ObjectArray.

Nodes() as ObjectArray

Parameters

Returns

ObjectArray

Remarks

Do not attempt to add anything to this array except class instances of the type TaskBarNode or a class instance that inherits from a TaskBarNode.

See Also

TaskBarCategory Class