![]() | Type | Description | ||
| String | A string expression that identifies the description of the node's tooltip. |
Use the ToolTip property to assign a tooltip to a node. Use the ToolTipTitle property to specify the title of the tooltip window. The tooltip shows up when the cursor hovers the node. The ToolTip property supports built-in HTML tags like the Caption property does. 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 ToolTipWidth property to specify the width of the tooltip window. The ToolTipDelay property specifies the time in ms that passes before the ToolTip appears. Use the Root property to get the root node. Use the <img> HTML tag to insert icons inside the node's caption. Use the ToolTipFont property to assign a font for the control's tooltip. 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 ToolTip property supports built-in HTML format like listed:
The following VB sample adds a node with a tooltip:
The following C++ sample assigns a tooltip to the root node:
The following VB.NET sample assigns a tooltip to the root node:
The following C# sample assigns a tooltip to the root node:
The following VFP sample assigns a tooltip to the root node: