TaskBarCategory.Constructor Constructor
Constructor which takes text, expansion state and item data.
Constructor(
text as String,
isExpanded as Boolean,
itemData as Variant)
Parameters
- text
- The text to put in the category.
- isExpanded
- If set to true then the category will start in expanded state.
- itemData
- Custom variant data to put on the category.
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