0

在 Windows 移动应用程序中,我如何验证复选框。例如:

        I have two checkboxs A,B

        If i checked the A checkbox, B checkbox is Unchecked and If i checked the B checkbox A checkbox is unchecked  

        I struggling couple of days plz help me  how i am solve it.

谢谢美女

4

2 回答 2

0

也许你想要一个RadioButton?它开箱即用。

于 2009-03-31T03:29:30.460 回答
0

你用什么语言写作?

在 C# 中,我会设置 EventHandlers 来监视Checkbox1.Checked = True和设置Checkbox2.Checked = false(反之亦然)

于 2009-03-31T03:36:05.920 回答