radioButton1.checked问题
radioButton1.checked默认是true;
if(radioButton1.checked) 这里显示是False,是什么原因?
[最优解释]
if(radioButton1.checked)
你这句在那里写的?
[其他解释]
下断点,看看radioButton1的checked值,注意控件的生命周期问题
[其他解释]
贴代码
[其他解释]
删了重新添加两个radioButton就没问题了
发布时间: 2012-12-25 16:18:28 作者: rapoo
radioButton1.checked问题
radioButton1.checked默认是true;
if(radioButton1.checked) 这里显示是False,是什么原因?
[最优解释]
if(radioButton1.checked)
你这句在那里写的?
[其他解释]
下断点,看看radioButton1的checked值,注意控件的生命周期问题
[其他解释]
贴代码
[其他解释]
删了重新添加两个radioButton就没问题了