TaskBar REALbasic Plugin

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

TaskBarNodeA TaskBarNode constructor that takes text and image.
TaskBarNodeA TaskBarNode constructor that takes text, image and item data.
TaskBarNodeA TaskBarNode constructor that takes text and node type.

Properties

EnabledUse this property enable or disable a TaskBarNode.
FontBoldUse this property to set the text of the node to bold.
HasTextColorSet this property to true to have custom text color on the node.
ImageUse this property to get or set the image of a TaskBarNode.
ItemDataUse this property put any custom data on the node.
TextUse this get or set the text for the TaskBarNode.
TextColorThe color of the text in the node.

Supported Platforms:

  • PPC - MacOS 9
  • Carbon - MacOS 9 and MacOS X (PEF)
  • MacOS X PPC - (Mach-O)
  • MacOS X Universal Binary (Mach-O)
  • Win32 - Windows
  • Linux x86