Q:carriage return in ToolTip

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

Guest

Hello,
Is it possible to put carriage return in ToolTip properties of a button?
 
Button2.ToolTip = "Here are some " & _
vbCrLf & _
" returns and some " & _
vbCrLf & " more"

HTH
 
Thanks for the reply. I set this in the property pane in the visual studio
and run my web based application. When I move my mouse over the button I see
whole thing as a string. What am I missing?
 
No, you need to do this programatically. Put it in your page_load event.
 
No, AFAIK.

It is autosized based on the text you give it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top