TaskBarNode.Constructor Constructor
A TaskBarNode constructor that takes text, image and item data.
Constructor(
text as String,
image as Picture,
itemData as Variant)
Parameters
- text
- The text to put in the node.
- image
- The image to put on the node, best size for it is 16x16 pixels.
- itemData
- Custom variant data to put on the node.
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