以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- 动态生成控件请教 (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=52622) |
-- 作者:hbhb -- 发布时间:2014/6/19 12:44:00 -- 动态生成控件请教 大师好! 请问:Dim cb As C1.Win.C1Input.C1Button cb = New C1.Win.C1Input.C1Button 生成的按钮控件,如何设置此按钮的FlatStyle 边框颜色和边框厚度?
|
-- 作者:Bin -- 发布时间:2014/6/19 14:22:00 -- cb.FlatStyle = FlatStyle.Flat
|
-- 作者:hbhb -- 发布时间:2014/6/19 14:43:00 -- 谢谢! |