Control Tip Text Event

  • Thread starter Thread starter dhendrickson
  • Start date Start date
D

dhendrickson

Is there a way to recognize when control tip text is
displayed - as an event?

When the control tip text for a control on a form is
displayed, I would like to use that event to change the
ctl.visible property of some other controls. Any ideas?

Thanks.
 
-----Original Message-----
Is there a way to recognize when control tip text is
displayed - as an event?

When the control tip text for a control on a form is
displayed, I would like to use that event to change the
ctl.visible property of some other controls. Any ideas?

Thanks.
.
Hi, have you considered the MouseMove event?


Luck
Jonathan
 
Back
Top