Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1735
How to set ultraoptionset radiobutton checked state to fasle
posted

Hello,

I have two groupbox in a windows form, each containing a radiobutton.

If i check one radiobutton another should be unchecked.

Now I am using ultraoptionset control to replace windows control radiobutton.

I tried below code:

if ultraopionset1.Items(0).CheckState = CheckState.Checked then

    ultraoptionset2.Items(0).CheckState = CheckState.Unchecked

End if

but, it is not working as expected. 

How to set the control checked state to false?

Please find the attached snapshot .

Parents
No Data
Reply Children
No Data