How can I change the ForeColor buttons with my own RGB value (for example: 131; 160; 21) programmatically (not from the designer)? The R, G, and B properties in Button-control are the get property, not the set property.
I want to change it when the "Enabled" property is changed, and I also implemented an event handler for the EnabledChanged event.
Thanks in advance.
Magb
source share