ComponentOne ToolTip for ASP.NET WebForms
Quick Start / Step 4 of 4: Running the Application
In This Topic
    Step 4 of 4: Running the Application
    In This Topic

    In the previous steps of the quick start you created a simple application with a C1ToolTip control assigned to a Button control, and you customized the ToolTip's appearance and behavior. In this step, you'll run the application and explore some of the run-time interactions possible with the C1ToolTip control.

    Complete the following steps:

    1. In Visual Studio, select Debug | Start Debugging or press F5 to run the application.
    2. Click the button to make the C1ToolTip appear and notice how the ToolTip fades into view.
    3. Select the 'x' to close the C1ToolTip

      C1ToolTip

      Notice we changed how to close the C1Tooltip by setting its CloseBehavior property to "Sticky".

    Congratulations! You've completed the C1ToolTip quick start. If you'd like to continue exploring ToolTip for ASP.NET Web Forms, see the Tooltip for ASP.NET Web Forms Samples.

    See Also