Click or drag to resize
KaxToolTipBase Class
KaxToolTipBase class
Inheritance Hierarchy
SystemObject
  System.Web.UIControl
    System.Web.UI.WebControlsWebControl
      KaxWebControl
        Kettic.AspNet.ControlsKaxToolTipBase
          Kettic.AspNet.ControlsKaxToolTip
          Kettic.AspNet.ControlsKaxToolTipManager

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public abstract class KaxToolTipBase : KaxWebControl

The KaxToolTipBase type exposes the following members.

Methods
  NameDescription
Public methodShow
Causes a tooltip to open automatically when the page is loaded
Top
Properties
  NameDescription
Public propertyAnimation
Get/Set the animation effect of the tooltip
Public propertyAnimationDuration
Sets/gets the duration of the slide animation in milliseconds.
Public propertyAutoCloseDelay
Get/Set the delay after which the tooltip will hide if the mouse stands still over the target element.
Public propertyContentScrolling
Get/Set overflow of the tooltip's content area
Public propertyEnableShadow
Gets or sets a value indicating whether the KaxToolTip should have shadow.
Public propertyHeight
Get/Set the Height of the tooltip
(Overrides KaxWebControl.Height.)
Public propertyHideDelay
Get/Set delay in miliseconds for the tooltip to hide after the mouse leaves the target element.
Public propertyHideEvent
Get/Set the client event at which the tooltip will be hidden
Public propertyIgnoreAltAttribute
Get/Set the idicator whether the Alt specified for the target should be ignored or not
Public propertyManualClose Obsolete.
Get/Set whether the tooltip will need to be closed manually by the user using the [x] button, or will close automatically
Public propertyManualCloseButtonText
Get/Set the the manual close button's tooltip text
Public propertyModal
Gets or sets a value indicating whether a tooltip is modal or not.
Public propertyMouseTrailing
Get/Set whether the tooltip will move to follow mouse movement or will stay fixed.
Public propertyOffsetX
Get/Set the tooltip's horizontal offset from the target control. Works in coopearation with the Position property.
Public propertyOffsetY
Get/Set the tooltip's vertical offset from the target control. Works in coopearation with the Position property.
Public propertyCode exampleOnClientBeforeHide
Gets or sets a value indicating the client-side event handler that is called while the handle is being slided.
Public propertyCode exampleOnClientBeforeShow
Gets or sets a value indicating the client-side event handler that is called when the KaxToolTip control is initialized.
Public propertyCode exampleOnClientHide
Gets or sets a value indicating the client-side event handler that is called when slide has ended.
Public propertyCode exampleOnClientShow
Gets or sets a value indicating the client-side event handler that is called before the sliding is started.
Public propertyOverlay
Gets or sets a value indicating whether the window will create an overlay element.
Public propertyPosition
Get/Set the top/left position of the tooltip relative to the target element
Public propertyRelativeTo
Get/Set whether the tooltip should appear relative to the mouse or to the target element. Works in coopearation with the Position property.
Public propertyRenderInPageRoot
Get/Set whether the tooltip should be added as a child of the root element or as a child of its direct parent.
Public propertyShowCallout
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 propertyShowDelay
Get/Set the time for which the user should hold the mouse over a target element for the tooltip to appear
Public propertyShowEvent
Get/Set the client event at which the tooltip will be made visible for a particular target control
Public propertySticky 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 propertyText
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 propertyTitle
Get/Set a title for the tooltip
Public propertyVisibleOnPageLoad
Gets or sets a value indicating whether the tooltip will open automatically when its parent [aspx] page is loaded on the client.
Public propertyWidth
Get/Set the Width of the tooltip
(Overrides KaxWebControl.Width.)
Top
See Also