【转】winform与web 按钮button去掉边框

ref:http://blog.csdn.net/wangzh300/article/details/5264316

WinForm的话 设置Button属性的FlatStyle为Flat,并且设置FlatAppearance里面的BorderSize为0.

如果是Web的话 在Button标签里加上style=" border:0px none" 的样式就可以.

原文地址:https://www.cnblogs.com/leenice/p/4672352.html