I have a series of buttons that are created progromatically.
I need to change their flatstyle to FlatStyle.Flat, which I've done,

but now I need to alter their .FlatAppearance parameters.
Basically, bordersize =0.

These are normal buttons, but I get them from a separate DLL, as
they have some inherited interfaces tacked onto them.

All their normal props and methods are available, but .FlatAppearance is read-only.


Any suggestions?