Check out example codes for "c# winform remove button border". It will help you in understanding the concepts better.
Code Example 1
button.FlatStyle = FlatStyle.Flat;
button.FlatAppearance.BorderSize = 0;
Learn ReactJs, React Native from akashmittal.com