property Element.ToolTip as String
Gets or sets a value (tooltip) that's displayed once the cursor hovers the element.

TypeDescription
String A String expression that defines the element's tooltip.
By default, the ToolTip property is empty. The ToolTip of the Element is shown, if the ToolTip property is not empty and the cursor hovers the element. Use the ToolTipTitle property to assign a title for the element's tooltip. Use the ShowToolTip method to programmatically show a custom tooltip. Use the ToolTipPopDelay property specifies the period in ms of time the ToolTip remains visible if the mouse pointer is stationary within a control. Use the ToolTipFont property to change the tooltip's font. Use the Background(exToolTipAppearance) property indicates the visual appearance of the borders of the tooltips. Use the Background(exToolTipBackColor) property indicates the tooltip's background color. Use the Background(exToolTipForeColor) property indicates the tooltip's foreground color.

The following screen shot shows the element's tooltip when the cursor hovers the element:

The ToolTip property supports the following HTML elements: