本文介绍了使用Clear Button如何取消选中单选按钮的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个清晰的按钮,使用清除按钮如何取消选中单选按钮。



清除按钮



收音机按钮。



当我点击清除按钮时,我想取消选中单选按钮。



我怎样才能使用csharp。



i尝试了但它不起作用。



我的代码如下;



SessAM.Checked = false;





从我上面的代码有什么问题。



代码无效。

注意它是windows应用程序。

解决方案



I have one clear Button,using clear button how to uncheck the radio button.

Clear button

Radio button.

when i click the clear button, i want to uncheck the radio button.

how can i do using csharp.

i tried but it is not working.

My code as follows;

SessAM.Checked = false;


from my above code what is the problem.

the code is not working.
note it is windows application.

解决方案




这篇关于使用Clear Button如何取消选中单选按钮的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-31 01:37