c# - How do I save the status of a radio button? -
my question is: how export status of radio button (checked or not) text file , read in button assumes saved status?
i feel might simple @ complete loss.
any appreciated!
save boolean value of radio button's checked
property integer:
true = 1 false = 0
read in , assign value checked
property.
Comments
Post a Comment