Change Border Color of NumericUpDown
问题 I am very new to C#, and have a question. I have been able to change the border colors of buttons and such by changing their FlatStyle to "Flat". With the NumericUpDown , I can't change the FlatStyle. I would like to still be able to use the up and down arrows, so just using something else to cover the edges will not work. Here is a simplified version of what I'm doing in my code: using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using