[Label] MouseMove

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

Guest

The mouse events doesn't work with LABEL ?
I use :

lblCliente.MouseMove += new MouseEventHandler(lblCliente_MouseMove);

but nothing happens.


Rogerio
 
I guess they are not supported then!

You can write your own control that supports them (drawing the label text in
the OnPaint event) or tell us what you are trying to achieve in case we can
offer alternatives.

Cheers
Daniel
 
Back
Top