The Exontrol's ExToolTip provides featured tooltips for your application. The tooltip is a common graphical user interface element. It is used in conjunction with a cursor, usually a mouse pointer. The user hovers the cursor over an item, without clicking it, and a small box appears with supplementary information regarding the item being hovered over.
  Adding
  the component to your projects is very easy, and requires only a few 
lines
  of code. The ExToolTip components supports the following methods and
  properties:
 |  | Name | Description |  | 
 |  | Appearance | Retrieves or sets the control's appearance. |  | 
 |  | AttachTemplate | Attaches a script to the current object, including the events, from a string, file, a safe array of bytes. |  | 
 |  | BackColor | Retrieves or sets a value that indicates the control's background color.  |  | 
 |  | ExecuteTemplate | Executes a template and returns the result. |  | 
 |  | Font | Retrieves or sets the tooltip's font. |  | 
 |  | ForeColor | Retrieves or sets a value that indicates the control's foreground color. |  | 
 |  | FormatAnchor | Specifies the visual effect for anchor elements in the tooltip. |  | 
 |  | HideToolTip | Hides the tooltip. |  | 
 |  | HTMLPicture | Adds or replaces a picture in HTML text. |  | 
 |  | hWnd | Retrieves the control's window handle. |  | 
 |  | Images | Sets at runtime the control's image list. The Handle should be a handle to an Image List Control. |  | 
 |  | ImageSize | Retrieves or sets the size of icons the control displays.. |  | 
 |  | Notifier | Retrieves or sets the window that receives notifications. |  | 
 |  | ReplaceIcon | Adds a new icon, replaces an icon or clears the control's image list. |  | 
 |  | ShowToolTip | Shows the tooltip. |  | 
 |  | Template | Specifies the control's template. |  | 
 |  | TemplateDef | Defines inside variables for the next Template/ExecuteTemplate call. |  | 
 |  | TemplatePut | Defines inside variables for the next Template/ExecuteTemplate call. |  | 
 |  | ToolTipDelay | Specifies the time in ms that passes before the ToolTip appears. |  | 
 |  | ToolTipHeight | Specifies a value that indicates the height of the ToolTip, in pixels. |  | 
 |  | ToolTipMargin | Defines the size of the control's tooltip margins. |  | 
 |  | ToolTipPopDelay | Specifies the period in ms of time the ToolTip remains visible if the mouse pointer is stationary within a control. |  | 
 |  | ToolTipWidth | Specifies a value that indicates the width of the ToolTip, in pixels. |  | 
 |  | Transparency | Specifies the tooltip's transparency. |  | 
 |  | TransparencyInside | Specifies the inside tooltip's transparency. |  | 
 |  | Version | Retrieves the control's version. |  | 
 |  | Visible | Specifies whether the tooltip is visible. |  | 
 |  | VisualAppearance | Retrieves the control's appearance. |  |