Please be advised that this ComponentOne software tool is accompanied by various sample projects and/or demos, which may make use of other ComponentOne development tools included with ComponentOne Studio Enterprise.
C# Samples
The following pages within the ControlExplorer sample installed with ASP.NET Web Forms Edition detail the C1ToolTip control's functionality:
| Sample | Description |
|---|---|
| Overview | Shows four textbox controls with a C1Tooltip associated with each control. |
| Callout Animation | Demonstrates how the position option can be used to animate the tooltip. |
| Callout Filled | This sample demonstates how the calloutFilled option can be used to create a solod box for the callout. |
| Close Behavior | This sample demonstrates the different closeBehavior behaviors. |
| Modal | This sample demonstrates how to create a modal tooltip by setting the modal option to true. |
| Position | This sample illustrates how to use the position option to change where the tooltip appears. |
| Trigger | This sample demonstrates how to use the triggers option to set the event that will open the tooltip. |
| Template | Shows how to create a template for the C1Tooltip control. |