| Wijmo Control Toolkit Extender Controls > C1ToolTipExtender > C1ToolTipExtender Tutorial > Step 2 of 3: Customizing the Tooltip |
In this topic you will set some of the properties for the C1TooltipExtender control.
<wijmo:C1TooltipExtender ID="C1TooltipExtender1" runat="server" CloseBehavior="Sticky"
Content="Here is the tooltip!" Triggers="RightClick" TargetControlID="Label1">
</wijmo:C1TooltipExtender>
Now run the project to view the tooltip.