标签:
ref:http://blog.csdn.net/wangzh300/article/details/5264316
WinForm的话 设置Button属性的FlatStyle为Flat,并且设置FlatAppearance里面的BorderSize为0.
如果是Web的话 在Button标签里加上style=" border:0px none" 的样式就可以.
【转】winform与web 按钮button去掉边框
原文地址:http://www.cnblogs.com/leenice/p/4672352.html