ComponentOne ToolTip for ASP.NET WebForms
Quick Start / Step 3 of 4: Customizing the Control
In This Topic
    Step 3 of 4: Customizing the Control
    In This Topic

    In this step you will determine when the ToolTip appears and the animation used when it is shown.

    1. Click the C1ToolTip smart tag () to open the C1ToolTip Tasks menu.
    2. Click the drop-down arrow next to the Theme property and select Midnight from the list.
    3. In the C1ToolTip Properties window, set the CloseBehavior property to Sticky.
    4. In the C1ToolTip Properties window, set the Triggers property to Click.

    Now that you've customized the C1ToolTip control, let's run the application.

    See Also