I didnt see any samples on using the UltraToolTipManager for the tool collection in a UltraToolbarsManager. Is this possible, and are there any samples that I missed that show it being used?
Thanks
You do not need to use an UltraToolTipManager with tools. Each tool has the following properties on its SharedProps: ToolTipTitle, ToolTipText, and ToolTipTextFormatted. These will allow you to control the tool tips which appear when hovering over each tool.
I do see those props, but I wanted to use the ttmanager (tooltip) for its image and appearance properties. If I include a textboxeditor and have a ttmanager on the form the textboxeditor has the properties to set it for the ttmanager, and it can be done thru code. It then gets the image and apperances that are like all the other controls on the form, but with a tbmanager I dont see those props added to the designer property window, and hence the tooltips look different. If I would try thru code for the tbmanager tool collection, but its a converting issue I think that would cause a problem, due to the windows.form.controls and the toolbase.
I guess what I am asking for is, can I make the tbmanager tools have the same appearance (gradient, colors, whatever I use) and image (or custom) as the other controls on the form?
Thanks Mike