Click or drag to resize
KaxToolTipManager Properties

The KaxToolTipManager type exposes the following members.

Properties
  Name Description
Public property AutoTooltipify
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 property Code example OnClientRequestStart
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 property Code example OnClientResponseEnd
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 property OnClientResponseError
Public property TargetControls
Gets a collection of TargetControl objects that allows for specifying the objects for which tooltips will be created on the client-side.
Public property ToolTipZoneID
Gets or sets the id (ClientID if a runat=server is used) of a html element whose children will be tooltipified
Public property UpdatePanel
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 property WebServiceSettings
Gets the settings for the web service used to populate items.
Top
See Also