The C1ToolTip type exposes the following members.

Constructors

  NameDescription
Public methodC1ToolTip
Constructor. Initializes a new instance of the C1ToolTip class.

Methods

  NameDescription
Public methodAssignPropertiesState (Overrides C1ThemeableControlBaseAssignPropertiesState(Dictionary).)
Public methodHide
Public methodInitialize (Overrides ComponentInitialize()()()().)
Public methodShow

Fields

  NameDescription
Public fieldScrollContainer
Scroll container element.

Properties

  NameDescription
Public propertyAutoCloseDelay
Gets or sets tooltip auto close after the milliseconds it shows.
Public propertyAutoTooltipify
Gets or sets if tooltip replace all elements that have 'title' property to a nicer look.
Public propertyCalloutAnimationDuration
Defines how long (in milliseconds) the animation of the Callout will run.
Public propertyCalloutEasing
The easing that is applied to the callout animation.
Public propertyCalloutOffset
Gets or sets the offset of the callout.
Public propertyCalloutSide
Gets or sets which side the callout will show.
Public propertyCloseBehavior
Gets or Sets close behavior of the tooltip.
Public propertyCurrentTargetControlID
Gets the id of current targetcontrol
Public propertyHeight
Gets or sets height of C1ToolTip.
Public propertyHideAnimation
Hide Animation Effect.
Public propertyHideDelay
Hide delay in milliseconds before tooltip start popups. Default value is 100.
Public propertyHideDuration
Hide Animation duration in milliseconds.
Public propertyHideEasing
Specifies the transition for Hide animation.
Public propertyModal
Gets or sets whether a tooltip is modal or not.
Public propertyMouseTrailing
Gets or sets whether the tooltip will move to follow mouse movement.
Public propertyOffsetX
Gets or sets the tooltip's horizontal offset from the target control.
Public propertyOffsetY
Gets or sets the tooltip's vertical offset from the target control.
Public propertyPosition
Gets or sets position of the tooltip relative to the target element.
Public propertyRelativeTo
Gets or sets the element that tooltip should relative to.
Public propertyScrollBehavior
Gets the scroll behavior object.
Public propertyShowAnimation
Show Animation Effect.
Public propertyShowCallOut
Gets or sets whether the tooltip will show the callout.
Public propertyShowDelay
Show delay in milliseconds before tooltip start popups. Default value is 100.
Public propertyShowDuration
Show Animation duration in milliseconds.
Public propertyShowEasing
Specifies the transition for show animation.
Public propertyShowEvent
Gets or sets the client event at which the tooltip will be made visible.
Public propertyText
Gets or sets the content text of the control.
Public propertyTitle
Gets or sets the title of the control.
Public propertyToolTipZoneID
Gets or sets the element whose children will be tooltipified.
Public propertyVisibleOnPageLoad
Gets or sets whether the tooltip will open automatically when the page is load.
Public propertyVisualStyle
Gets or sets the VisualStyle for the calendar.
(Overrides C1ThemeableControlBaseVisualStyle()()()().)
Public propertyWidth
Gets or sets width of C1ToolTip.

See Also