property Panel.ToolTipText as String
Gets or sets ToolTip text associated with the status bar panel.

TypeDescription
String A string expression that specifies the tooltip text being displayed when the cursor hovers the panel. This property does support HTML format as listed bellow.
By default, the ToolTipText property is empty. Use the ToolTipText property to assign a tooltip being displayed when the cursor hovers the panel. Use the ToolTipTitle property to assign a title to the panel's tooltip. The control shows the tooltip only if ToolTipText property or ToolTipTitle property is not empty. Use the ShowToolTip method to programmatically display your tooltip. Use the ToolTipDelay property to specify the time in ms that passes before the ToolTip appears. Use the ToolTipPopDelay property to specify 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, in pixels.

The tooltip supports the following HTML tags: