以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- RadioButton标题颜色 (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=129085) |
-- 作者:cd_tdh -- 发布时间:2018/12/21 9:46:00 -- RadioButton标题颜色 老师,RadioButton选中标题变为红色,这样写不对,请问怎么写呢? If e.Sender.Checked = True Then
e.Form.Controls("RadioButton5").text=Color.Red |
-- 作者:有点甜 -- 发布时间:2018/12/21 9:52:00 --
e.Form.Controls("RadioButton5").forecolor=Color.Red
|