Click or drag to resize
KaxToolTipManager Class
KaxTooltipManager class
Inheritance Hierarchy
SystemObject
  System.Web.UIControl
    System.Web.UI.WebControlsWebControl
      KaxWebControl
        Kettic.AspNet.ControlsKaxToolTipBase
          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 class KaxToolTipManager : KaxToolTipBase

The KaxToolTipManager type exposes the following members.

Constructors
  NameDescription
Public methodKaxToolTipManager
Top
Properties
  NameDescription
Public propertyAutoTooltipify
Gets or sets a value whether the KaxToolTipManager, when its TargetControls collection is empty will tooltipify automatically all elements on the page that have a 'title' attribute
Public propertyCode exampleOnClientRequestStart
Gets or sets a value indicating the client-side event handler that is called when the KaxToolTipManager when a call to a WebService is initiated or AJAX request is started.
Public propertyCode exampleOnClientResponseEnd
Gets or sets a value indicating the client-side event handler that is called when the KaxToolTipManager receives the server response from a WebService or AJAX request.
Public propertyOnClientResponseError
Public propertyTargetControls
Gets a collection of TargetControl objects that allows for specifying the objects for which tooltips will be created on the client-side.
Public propertyToolTipZoneID
Gets or sets the id (ClientID if a runat=server is used) of a html element whose children will be tooltipified
Public propertyUpdatePanel
Gets a reference to the UpdatePanel property of KaxToolTipManager. The UpdatePanel allows for sending AJAX content to the client-side during the OnAjaxUpdate event.
Public propertyWebServiceSettings
Gets the settings for the web service used to populate items.
Top
Events
  NameDescription
Public eventAjaxUpdate
Top
See Also