I have a button on my form that has flat style applied and uses a background image, I have removed all borders from the button, but when I tab onto the button from another c
You have to make a new button class using IButtonControl and change NotifyDefault to false:
IButtonControl
NotifyDefault
base.NotifyDefault(false);