Click or drag to resize
KaxToolTipBase Properties

The KaxToolTipBase type exposes the following members.

Properties
  Name Description
Public property Animation
Get/Set the animation effect of the tooltip
Public property AnimationDuration
Sets/gets the duration of the slide animation in milliseconds.
Public property AutoCloseDelay
Get/Set the delay after which the tooltip will hide if the mouse stands still over the target element.
Public property ContentScrolling
Get/Set overflow of the tooltip's content area
Public property EnableShadow
Gets or sets a value indicating whether the KaxToolTip should have shadow.
Public property Height
Get/Set the Height of the tooltip
(Overrides KaxWebControl.Height.)
Public property HideDelay
Get/Set delay in miliseconds for the tooltip to hide after the mouse leaves the target element.
Public property HideEvent
Get/Set the client event at which the tooltip will be hidden
Public property IgnoreAltAttribute
Get/Set the idicator whether the Alt specified for the target should be ignored or not
Public property ManualClose Obsolete.
Get/Set whether the tooltip will need to be closed manually by the user using the [x] button, or will close automatically
Public property ManualCloseButtonText
Get/Set the the manual close button's tooltip text
Public property Modal
Gets or sets a value indicating whether a tooltip is modal or not.
Public property MouseTrailing
Get/Set whether the tooltip will move to follow mouse movement or will stay fixed.
Public property OffsetX
Get/Set the tooltip's horizontal offset from the target control. Works in coopearation with the Position property.
Public property OffsetY
Get/Set the tooltip's vertical offset from the target control. Works in coopearation with the Position property.
Public property Code example OnClientBeforeHide
Gets or sets a value indicating the client-side event handler that is called while the handle is being slided.
Public property Code example OnClientBeforeShow
Gets or sets a value indicating the client-side event handler that is called when the KaxToolTip control is initialized.
Public property Code example OnClientHide
Gets or sets a value indicating the client-side event handler that is called when slide has ended.
Public property Code example OnClientShow
Gets or sets a value indicating the client-side event handler that is called before the sliding is started.
Public property Overlay
Gets or sets a value indicating whether the window will create an overlay element.
Public property Position
Get/Set the top/left position of the tooltip relative to the target element
Public property RelativeTo
Get/Set whether the tooltip should appear relative to the mouse or to the target element. Works in coopearation with the Position property.
Public property RenderInPageRoot
Get/Set whether the tooltip should be added as a child of the root element or as a child of its direct parent.
Public property ShowCallout
Get/Set whether the tooltip will hide when the mouse moves away from the target element, or when the mouse [enters] and moves out of the tooltip itself.
Public property ShowDelay
Get/Set the time for which the user should hold the mouse over a target element for the tooltip to appear
Public property ShowEvent
Get/Set the client event at which the tooltip will be made visible for a particular target control
Public property Sticky Obsolete.
Get/Set whether the tooltip will hide when the mouse moves away from the target element, or when the mouse [enters] and moves out of the tooltip itself.
Public property Text
Get/Set the Text that will appear in the tooltip (if it should be other than the content of the 'title' attribute of the target element
Public property Title
Get/Set a title for the tooltip
Public property VisibleOnPageLoad
Gets or sets a value indicating whether the tooltip will open automatically when its parent [aspx] page is loaded on the client.
Public property Width
Get/Set the Width of the tooltip
(Overrides KaxWebControl.Width.)
Top
See Also