ToolStripStatusLabel blinking tooltips

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Does anybody know how to get the blinking to stop. When I hover over the
ToolStripStatusLabel sometimes it blinks and sometimes it doesn't. So the
tooltips seem to behave inconsistently. The blinking is very annoying and
makes the tooltip unreadable.

And what does AutoToolTip property do.
The help says
"true to use the Text property for the ToolTip; otherwise, false. The
default is true. "
Umm what does that mean? Use the Text Property of the ToolStripStatusLabel
for the Tool Tip?

I tried both and true and false and it made no difference. It seems to
always display what I put in ToolTipText Property.

Any tips to get rid of blinking would be appreciated
 
After more testing I realize now that this only occurs when the form is
maximized. When the form is not maximized the problem never occurs. Also
holding down left click button while it is blinking often causes the blinking
tooltip to stop blinking.

Is this a bug? Tooltips in the old status bar panels did not behave this way.
Thansk In Advance for any info.
 
Back
Top