The C1ToolTip type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| C1ToolTip |
Initializes a new instance of the C1ToolTip class.
|
Methods
| Name | Description | |
|---|---|---|
| AddAttributesToRender |
Adds HTML attributes and styles that need to be rendered to the specified HtmlTextWriterTag.
(Overrides WebControl..::..AddAttributesToRender(HtmlTextWriter).) | |
| CreateChildControls |
Override CreateChildControls method.
(Overrides Control..::..CreateChildControls()()()().) | |
| GetScriptDescriptors |
When overridden in a derived class, registers the ScriptDescriptor objects for the control.
(Overrides C1ThemeableControlGetScriptDescriptors()()()().) | |
| GetScriptReferences |
When overridden in a derived class, registers the script libraries for the control.
(Overrides C1ThemeableControlGetScriptReferences()()()().) | |
| LoadLayout | Overloaded. | |
| OnAjaxUpdate |
AjaxUpdate event.
| |
| OnPreRender |
Override OnPreRender method.
(Overrides C1ThemeableControlOnPreRender(EventArgs).) | |
| Render |
Renders HTML structure for this control.
(Overrides WebControl..::..Render(HtmlTextWriter).) | |
| RenderContents |
Renders the contents of the control to the specified writer. This method is used primarily by control developers.
(Overrides WebControl..::..RenderContents(HtmlTextWriter).) | |
| SaveLayout | Overloaded. |
Properties
| Name | Description | |
|---|---|---|
| AccessKey |
The property should be hidden.
(Overrides WebControl..::..AccessKey.) | |
| AutoCloseDelay |
Gets or sets the delay, in milliseconds, before the C1ToolTip is automatically closed.
| |
| AutoTooltipify |
Determines whether the C1ToolTip appears for all elements with a 'Title' property to give your page a clean, consistent look.
| |
| CalloutAnimationDuration |
Define how long (in milliseconds) the animation of the callout will run.
| |
| CalloutEasing |
The easing that is applied to the callout animation.
| |
| CalloutOffset |
Gets or sets the offset of the callout.
| |
| CalloutSide |
Gets or sets which side the callout will show.
| |
| CloseBehavior |
Gets or sets the behavior of the C1ToolTip when it is closed.
| |
| EmbeddedVisualStyles |
Returns string array with embedded visual style names.
(Overrides C1ThemeableControlEmbeddedVisualStyles()()()().) | |
| Height |
Gets or sets the height of C1ToolTip.
(Overrides WebControl..::..Height.) | |
| HideAnimation |
Determines whether the animation effect can be seen.
| |
| HideDelay |
Determines how long, in milliseconds, before the tooltips disappears.
| |
| HideDuration |
Determines how long, in milliseconds, the animation effect is hidden.
| |
| HideEasing |
Specifies the transition for Hide animation.
| |
| Modal |
Determines whether a C1ToolTip is modal.
| |
| MouseTrailing |
Determines whether the C1ToolTip will follow the mouse movement.
| |
| OffsetX |
Gets or sets the tooltip's horizontal offset from the target control.
| |
| OffsetY |
Gets or sets the tooltip's vertical offset from the target control.
| |
| OnClientBeforeHide |
Fires on the client side before the C1ToolTip is hidden.
| |
| OnClientBeforeShow |
Fires on the client side before the C1ToolTip is shown.
| |
| OnClientHide |
Fires on the client side when the C1ToolTip is hidden.
| |
| OnClientShow |
Fires on the client side when the C1ToolTip is shown.
| |
| Position |
Gets or sets the position of the C1ToolTip relative to the target element.
| |
| RelativeTo |
Gets or sets the item that the C1ToolTip should appear relative to: Element, Mouse, or BrowserWindow.
| |
| ScrollSettings |
Gets the scroll setting for the tooltip.
| |
| ShowAnimation |
Gets or sets the animation effect that will be shown.
| |
| ShowCallOut |
Gets or sets whether the tooltip appears in a callout box. If False, the tooltip appears in a label.
| |
| ShowDelay |
Determines the length of the delay, in milliseconds, before the tooltip starts to appear.
| |
| ShowDuration |
Gets or sets the length of time, in milliseconds, the animation appears.
| |
| ShowEasing |
Gets or sets the transition effect for the animation that is shown.
| |
| ShowEvent |
Gets or sets the client event, such as OnMouseOver, that makes the tooltip appear.
| |
| TagKey |
Gets the value that corresponds to this Web
server control.
(Overrides WebControl..::..TagKey.) | |
| TargetControls |
Gets or sets the list of TargetControl objects that will be tooltipified.
| |
| Template |
Gets or sets the template for the content area of the C1ToolTip control.
| |
| Text |
Gets or sets the content text of the control.
| |
| Title |
Gets or sets the title of the control.
| |
| ToolTipZoneID |
Gets or sets the element whose children will be tooltipified.
| |
| UseEmbeddedVisualStyles |
If True, then the control will use the visual style embedded in the control's assembly. Otherwise, the control will load the visual style from the disk.
(Overrides C1ThemeableControlUseEmbeddedVisualStyles()()()().) | |
| VisibleOnPageLoad |
Gets or sets whether the tooltip will open automatically when the page is loaded.
| |
| VisualStyle |
Gets or sets the visual style shown.
(Overrides C1ThemeableControlVisualStyle()()()().) | |
| VisualStylePath |
Gets or sets the path where the visual styles are located.
(Overrides C1ThemeableControlVisualStylePath()()()().) | |
| Width |
Gets or sets the width of the C1ToolTip.
(Overrides WebControl..::..Width.) |
Events
| Name | Description | |
|---|---|---|
| AjaxUpdate |
Fires when there is an update on AJAX.
|