标签: c#-2.0
我想在buttonFlatStyle属性时更改Button的背景颜色 设置为System.is它可以做到吗?
答案 0 :(得分:1)
没有。 当FlatStyle属性设置为System时,控件的外观由用户的操作系统确定。
FlatStyle
System
有关详细信息,请参阅: http://msdn.microsoft.com/en-us/library/system.windows.forms.flatstyle.aspx