ComponentOne SuperTooltip for WinForms
SuperTooltip for WinForms Quick Start / Step 3 of 4: Creating a C1SuperTooltip with HTML Code
In This Topic
    Step 3 of 4: Creating a C1SuperTooltip with HTML Code
    In This Topic

    Then create a C1SuperTooltip in the C1SuperTooltip Editor using only HTML code. Complete the following steps:

    1. Select the Button2 control.
    2. Click the ellipsis button next to the ToolTip on C1SuperTooltip1 property to open the C1SuperTooltip Editor.
    3. Click the Html tab and enter the following HTML markup:
      <table><tr>
      <parm></parm>
      
      <th><parm>Hide C1SuperLabel</parm></th>
      </table>
      <parm></parm>
      <div style='margin:1 12'><parm> Click here to hide the <b>C1SuperLabel</b><br>once you are done viewing it.
      </parm></div>
      <parm><hr noshade size=1 style='margin:2' color=Darker></parm>
      <table><tr>
      <th><parm><img src='HelpButton.png'></parm></th>
      <th><parm>Press F1 for help.</parm></th>
      </table>
    4. Click OK to close the C1SuperTooltip Editor. Note that the ToolTip will appear similar to the following: