Aller au contenu principal

Radio Button Saved Selections

Commentaires

1 commentaire

  • John Nerge

    You might be able to do that using the form.Find(Of RadioButtonFormItem)("RadioButton1").Checked setting for each radio button. You'd have to test for each button using If statements within your runtime modifications.

    • Test if the radio button was previously checked
      1. If yes, then set form.Find(Of RadioButtonFormItem)("RadioButton1").Checked to True
      2. If no, then do nothing
    0

Vous devez vous connecter pour laisser un commentaire.