TaskBarCategory Class
A class that defines each category on the task bar. A TaskBar can have zero or more categories and each category can have zero or more nodes.
TaskBarCategory is inheritable, so it is possible to add new attributes to it. One TaskBarCategory Instance may not be assigned twice to a TaskBar and it may not be assigned to two Task-Bars.
Object
TaskBarCategory
class TaskBarCategory
Constructors
Properties
Expanded | Use this property to expand or collapse a category. |
ItemData | Use this property to put any custom data on the category. |
Text | Use this get or set the text for the TaskBarCategory. |
Methods
AddNode | Use this method to add a TaskBarNode to the category. |
Nodes | Use this property to directly manipulate the array of nodes within the category. This ObjectArray is a CoreClasses ObjectArray. |
Supported Platforms:
PPC - MacOS 9Carbon - MacOS 9 and MacOS X (PEF)MacOS X PPC - (Mach-O)MacOS X Universal Binary (Mach-O)Win32 - WindowsLinux x86