ToolTip object
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:

NameDescription
AppearanceRetrieves or sets the control's appearance.
AttachTemplateAttaches a script to the current object, including the events, from a string, file, a safe array of bytes.
BackColorRetrieves or sets a value that indicates the control's background color.
ExecuteTemplateExecutes a template and returns the result.
FontRetrieves or sets the tooltip's font.
ForeColorRetrieves or sets a value that indicates the control's foreground color.
FormatAnchorSpecifies the visual effect for anchor elements in the tooltip.
HideToolTipHides the tooltip.
HTMLPictureAdds or replaces a picture in HTML text.
hWndRetrieves the control's window handle.
ImagesSets at runtime the control's image list. The Handle should be a handle to an Image List Control.
ImageSizeRetrieves or sets the size of icons the control displays..
NotifierRetrieves or sets the window that receives notifications.
ReplaceIconAdds a new icon, replaces an icon or clears the control's image list.
ShowToolTipShows the tooltip.
TemplateSpecifies the control's template.
TemplateDefDefines inside variables for the next Template/ExecuteTemplate call.
TemplatePutDefines inside variables for the next Template/ExecuteTemplate call.
ToolTipDelaySpecifies the time in ms that passes before the ToolTip appears.
ToolTipHeightSpecifies a value that indicates the height of the ToolTip, in pixels.
ToolTipPopDelaySpecifies the period in ms of time the ToolTip remains visible if the mouse pointer is stationary within a control.
ToolTipWidthSpecifies a value that indicates the width of the ToolTip, in pixels.
TransparencySpecifies the tooltip's transparency.
TransparencyInsideSpecifies the inside tooltip's transparency.
VersionRetrieves the control's version.
VisibleSpecifies whether the tooltip is visible.
VisualAppearanceRetrieves the control's appearance.