Add Vista-style ToolTips and labels that can display HTML content to your .NET apps. ComponentOne SuperTooltip™ for WinForms loads and displays HTML content much faster than its standard counterparts and without the security concerns often associated with the WebBrowser control.

Features

  • Display HTML Formatted Content in ToolTips and Labels

    Create ToolTips and labels with nested <div> elements; multiple fonts and text colors; preformatted text; paragraph alignment; formatted and nested tables; nested, bulleted and numbered lists; images; plain text; and content formatted from cascading style sheets.

  • Internet Explorer Independence

    SuperTooltip uses its own light-weight HTML parser and renderer, completely written in C#. Independence from Internet Explorer allows the ToolTips and labels to quickly load and display HTML content.

  • Choose From 6 Predefined ToolTip Styles

    Create Vista-style ToolTips or choose from five other available background gradients, including Automatic (current system style), Blue, Gold, Olive, and Silver.

  • Add Images to ToolTips and Labels with Ease

    Reference embedded image resources using the <img> tag without any special string format. Simply list the source, like this: <img src='tips.gif' />

  • Change the Location of a ToolTip in Your Application

    The C1SuperTooltip.Popup event allows you to change the position of your ToolTip. For example, when using a Ribbon control, you can specify the PopupEventArgs.Location parameter to make the ToolTip appear below the Ribbon rather than below the control providing the ToolTip text.

  • Add Rounded Corners to Your ToolTip

    Further customize the look of your ToolTip with rounded corners instead of the standard rectangular corner. SuperTooltip provides a C1SuperTooltip.RoundedCorners property that makes this possible.