ToolTip

Same as regular winforms tooltip but will render HTML and not just plain text. All HTML Renderer rules apply so you can use images, tables, styles, etc.

Try the Sample Form and place the mouse over the button to change the ToolTip of the button.

Example tooltip, all Tooltips are wrapped in a div with the style of this paragraph

Default tooltip style

.htmltooltip {
    border:solid 1px #767676;
    background-color:white;
    background-gradient:#E4E5F0;
    padding: 8px; 
    Font: 9pt Tahoma;
}

Examples

The size, width and height, of the tooltip is auto sized by the html shown, the longest line will set the width of the tooltip.


Note: this is not the case here because those examples are embedded in HtmlPanel, but you can use Sample Form to play with it.

You can add any complex html as you require, including images, table bullets, etc.

Who said tooltip should be boring?

  1. Not me!
  2. Nope!