在Silverlight中,如果检查了RadioButton,我如何在简单的if/then中进行测试?我到处寻找如何做到这一点,但我不知道如何使用绑定。有没有办法用if/then来做呢?
发布于 2011-08-21 11:20:27
if (someControl.IsChecked)
https://stackoverflow.com/questions/7136073
相似问题