Tooltip on the break button

This forum is for programmers who have questions about the source code.
Post Reply
alhalwachi
Posts: 74
Joined: Fri Apr 02, 2010 2:26 pm

Tooltip on the break button

Post by alhalwachi » Wed May 18, 2011 10:00 am

Dear All

I wanted to add a tooltip button on the break button (property name:butBreak). i noticed the code already has the following line in the ControAppt.cs form:
toolTip1.SetToolTip(butBreak, Lan.g(this,"Break"));
but the tooltip is not showing when you hover over the mouse, any ideas why?

Kindly advise,

Thanks;

Post Reply