TaskBar REALbasic Plugin

TaskBarCategory.Constructor Constructor

Constructor which takes text and expansion state.

Constructor(
   text as String,
   isExpanded as Boolean)

Parameters

text
The text to put in the category.
isExpanded
If set to true then the category will start in expanded state.

Remarks

When inheriting from the TaskBarCategory then it should not needed to call the Parent class constructor even if it has no default constructor.

See Also

TaskBarCategory Class