new line in tooltip

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?cm9kY2hhcg==?=

    new line in tooltip

    hey all,
    is there any way to do a carriage return in a tool tip?

    thanks,
    rodchar
  • Mark Rae [MVP]

    #2
    Re: new line in tooltip

    "rodchar" <rodchar@discus sions.microsoft .comwrote in message
    news:32732AFA-59A6-4743-BAF6-82D26D4E67A1@mi crosoft.com...
    is there any way to do a carriage return in a tool tip?
    MyButton.ToolTi p = "Click\nme" ;


    --
    Mark Rae
    ASP.NET MVP


    Comment

    Working...