.net compact framework button override OnPaint

Posted by user128873 on Stack Overflow See other posts from Stack Overflow or by user128873
Published on 2009-11-12T09:48:30Z Indexed on 2010/03/19 3:01 UTC
Read the original article Hit count: 404

Filed under:
|

Hi,

I am wrting for the .NET Compact Framework. If a create a MyButton : Control, my OnPaint override gets called correctly. However, if I have MyButton : Button - it does not... Strange, Button is a Control.

Any help would be appreciated.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET