Excalibur Software Cooltips 1.0
MaxTipWidthProperty MaxTipWidth As Long
Description
Returns/sets the maximum width the Cooltip window
is allowed to size itself to.
Remarks
Because the Cooltip class is HTML-enabled, a plain
(non-HTML) string will not break when it reaches
the edge of the Cooltip window. Instead, you should
use the HTML <br> tag to break a line when needed.