i drop a Button
on a black Form
. The button appears fine at design time:
The button also appears fine at runtime (with Visual Styles enabled):
But the button draws completely wrong with visual styles disabled:
How to fix?
Bonus Chatter
- When dropping a
Button
on a black form, the button'sBackColor
sets itself to black - By default a
Button
dropped on a "normal" colored form has aBackColor
of Transparent - Setting the
Button
BackColor
toTransparent
doesn't fix it