ComponentOne ToolTip for ASP.NET WebForms
Quick Start / Step 2 of 4: Creating and Assigning a C1ToolTip to a Control
In This Topic
    Step 2 of 4: Creating and Assigning a C1ToolTip to a Control
    In This Topic

    In this step you will create a simple ToolTip and assign it to the Button control.

    1. Select the C1ToolTip and navigate to the C1ToolTip properties to set the TargetSelector to #Button1.
    2. In the C1ToolTip properties pane expand Content and enter "This is the text for my C1ToolTip." next to the Text property.

    Now that you've created and assigned the ToolTip to a control, you can determine how the ToolTip appears.

    See Also