Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
560
UltraToolbarsManager to use UltraToolTipManager
posted

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

Parents
  • 44743
    posted

    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.

Reply Children