The Border is Non-Client-Area, so you can either intercept the WM_NCPAINT
messages and paint the border yourself, or take full responsibility for
drawing the control.
You will find examples of Inherited Button Controls on my site, as well as a
Completely Custom Control that Implements the IButtonControl Interface.
http://www.dotnetrix.co.uk/buttons.html

Signature
Mick Doherty
http://dotnetrix.co.uk/nothing.html
> Hey All,
>
[quoted text clipped - 10 lines]
>
> TC
TCook - 29 Aug 2006 07:53 GMT
Hey Mick,
Thanks for the info.
Best,
Todd
> The Border is Non-Client-Area, so you can either intercept the WM_NCPAINT
> messages and paint the border yourself, or take full responsibility for
[quoted text clipped - 19 lines]
>>
>> TC