mousemove event designtime

D

dutzend

Hi,

I try to repaint a custom control while I'm moving it in design time.
Exactly I want to refresh the background image. I can't found any
event to do this.
My environment:
A standard framework designtime.dll and a compact framework custom
control (both 3.5).
All events I try, also the overriden, get any effect.

Thx for any help
René
 
S

Simon Hart [MVP]

I think you need to implement the OnPaintBackground. Usually you override
this to do nothing and handle the paint yourself. But you could try
implementing this only in design time then calling OnPaint.

--
Simon Hart
Visual Developer - Device Application Development MVP
http://www.simonrhart.com

Hi,

I try to repaint a custom control while I'm moving it in design time.
Exactly I want to refresh the background image. I can't found any
event to do this.
My environment:
A standard framework designtime.dll and a compact framework custom
control (both 3.5).
All events I try, also the overriden, get any effect.

Thx for any help
René
 

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