Adding toolbar itemsthrough the C# fluent API results in the tooltip text showing the toolbar item's ID instead of the Text. For example adding a custom toolbar item with the following:
C# Code
CustomToolbarItem() { TemplateID = "#add", Text = "Add Item"}
Results in a toolbar item with the correct template but hovering over the item will display "add". Is this a bug? If not how can I set the tooltip text correctly?