ComponentOne Wijmo Open for Juice UI
Wijmo Open for Juice UI Extender Controls / WijTooltip / WijTooltip Tutorial / Step 2 of 3: Customizing the Tooltip
In This Topic
    Step 2 of 3: Customizing the Tooltip
    In This Topic

    In this topic you will set some of the properties for the WijTooltip control.

    1. Select View | Properties Window in the Visual Studio menu.
    2. Click the drop-down list at the top of the window and select WijTooltip1.
    3. Set the CloseBehavior property to Sticky.
    4. Enter "Here is a tooltip!" next to the Content property.
    5. Set the Triggers property to RightClick. The markup looks like this:
      Copy Code
      <cc1:WijTooltip ID="Panel1_WijTooltip" runat="server" CloseBehavior="Sticky"
              Content="Here is the tooltip!" Triggers="RightClick" TargetControlID="Label1">
      /wijmo:WijTooltip>
      

    Now run the project to view the tooltip.