TaskBar REALbasic Plugin

TaskBar.Categories Method

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

Categories() as ObjectArray

Parameters

Returns

ObjectArray

Remarks

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

See Also

TaskBar Control