TaskBar REALbasic Plugin

TaskBarNode.Constructor Constructor

A TaskBarNode constructor that takes text and image.

Constructor(
   text as String,
   image as Picture)

Parameters

text
The text to put in the node.
image
The image to put on the node, best size for it is 16x16 pixels.

Remarks

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.

See Also

TaskBarNode Class