property SplitBar.ToolTipWidth as Long
Specifies a value that indicates the width of the tooltip window, in pixels.

TypeDescription
Long A Long expression that specifies a value that indicates the width of the tooltip window, in pixels.
By default, the ToolTipWidth property is 196 pixels, which indicates that the width of the split bar's tooltip is not greater than 196 pixels.  Use the ToolTipWidth property to specify the width of the tooltip window. If the ToolTipDelay or ToolTipPopDelay property is 0, the control displays no tooltips. The ToolTipText property specifies the HTML caption to be shown when the cursor is hovering an enabled slit bar. The ToolTipTitle property specifies the title of the control's 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 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. Use the ToolTipFont property or <font> HTML element to assign a new font for tooltips.