Gets or sets ToolTip title associated with the status bar panel.
Type
Description
String
A string expression that specifies the tooltip's title. The tooltip shows up
when the cursor hovers the panel. This property does not support HTML format.
By default, the ToolTipTitle property is empty. Use the
ToolTipTitle property to assign a title to the panel's tooltip. Use the ToolTipText
property to assign a tooltip being displayed when the cursor hovers the panel.
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.