.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: 430
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