ToolTip

  • Thread starter Thread starter Christopher Weaver
  • Start date Start date
C

Christopher Weaver

I've succeeded in creating multi-line ToolTips in code:

ttAllToolTips.SetToolTip(this.btnNextTaskSet , "Retrieve the next\n" +
Convert.ToString(TaskRecords) + " task records.");

But I'm wondering if this can be done through the properties window. Anyone
know how?
 
hi,

i'm not at my developing pc at the moment but i think this is right:

when you are typing in the tooltip box, a dropdown arrow should appear.
click this and a big yellow multiline box will appear. type in the tooltip
text and your done

i hope this works!
 
Thanks for writing back. I'm sorry I didn't notice it until just now.
Can't figure out how either.

Anyway, mine doesn't work this way -- no dropdown arrow ever appears.
 
Back
Top