ComponentOne Ribbon for WinForms
Design-Time Support / ToolTip Editor / Html Tab
In This Topic
    Html Tab
    In This Topic

    The Html tab page is used to add or modify the content of your ToolTip. When creating a ToolTip under the Html tab, you have more control over the design of the ToolTip. Any changes you make to your ToolTip under the Html tab will be reflected in the Preview pane.

    The Html tab page consists of a toolbar of command buttons and an HTML editor window. You can use the command buttons to add markup tags to your project, or you can code by hand in the HTML editor window.


    tooltip editor

    The following table provides descriptions for all of the command buttons under the Html tab:

    Button Name Description

    cut button
    Cut Removes selected content from the HTML editor window and places it on the clipboard.

    copy button
    Copy Copies selected content from the HTML editor window to the clipboard.

    paste button
    Paste Pastes clipboard conent to the HTML editor window.

    bold button
    Bold Adds HTML tags for bold text (<b></b>) around selected text.

    italics button
    Italics Adds HTML tags for italicized text (<i></i>) around selected text.

    underline button
    Underline Adds HTML tags for underlined text (<u></u>) around selected text.

    bulleted list
    Bulleted List Adds HTML tags for a bulleted list (<ul><li></li></ul>) to the HTML editor.

    numbered list
    Numbered List Adds HTML tags for numbered list (<ol><li></li></ol> to the HTML editor.

    insert image
    Insert Image Inserts an image into the tooltip using HTML tags (<img src = img.gif>).