Programmatically show tooltip in winforms application -
how can programatically cause control's tooltip show in winforms app without needing mouse hover on control? (p/invoke ok if necessary).
if using tooltip
control on form, can this:
tooltip1.show("text display", control)
the msdn documentation tooltip control's "show" method has different variations on , how use them.
Comments
Post a Comment