How can I prevent a RadioButton from being checked when the Form loads?

前端 未结 5 699
孤独总比滥情好
孤独总比滥情好 2020-12-11 00:20

I can\'t seem to prevent my form from checking one of the Radio Buttons in my Group Box:

5条回答
  •  庸人自扰
    2020-12-11 00:45

    Set the checked state to false after form load. Put this in Shown event and see if it working.

提交回复
热议问题