Lost Tooltip for Command Button

  • Thread starter Thread starter Joe Cool
  • Start date Start date
J

Joe Cool

I have a form that has a tooltip control. The form has a command
button that has a tool tip text. When the form is shown, the tooltip
text is displayed when the mouse hovers over the button as expected.
But if I click on the button, after the click event handler completes,
the tooltip text is no longer shown when hovering over the button.

I wonder why?
 
Hey mate,

can you please post some code so we can provide some help?

There is no code. After adding the tooltip to the form in design mode,
the command button now has a new property in design mode called
"Tooltip text on tooltip1". I set the value there.
 
Back
Top