TaskBarNode Class
A class that defines each node on the task bar. A TaskBar can have zero or more categories and each category can have zero or more nodes.
TaskBarNode is inheritable, so it is possible to add new attributes to it. One TaskBarNode Instance may not be assigned twice to a TaskBarCategory and it may not be assigned to two TaskBarCategory.
TaskBarNodes can be in either normal mode or information only mode. When in information only mode then the nodes have no mouse handling, and no images.
Object
TaskBarNode
class TaskBarNode
Constructors
TaskBarNode | A TaskBarNode constructor that takes text and image. |
TaskBarNode | A TaskBarNode constructor that takes text, image and item data. |
TaskBarNode | A TaskBarNode constructor that takes text and node type. |
Properties
Enabled | Use this property enable or disable a TaskBarNode. |
FontBold | Use this property to set the text of the node to bold. |
HasTextColor | Set this property to true to have custom text color on the node. |
Image | Use this property to get or set the image of a TaskBarNode. |
ItemData | Use this property put any custom data on the node. |
Text | Use this get or set the text for the TaskBarNode. |
TextColor | The color of the text in the node. |
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