[Label] MouseMove

G

Guest

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

lblCliente.MouseMove += new MouseEventHandler(lblCliente_MouseMove);

but nothing happens.


Rogerio
 
D

Daniel Moth

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top