1
Answer

What's the process of binding to a static variable?

Calvin Cutts

Calvin Cutts

5y
437
1
I've tried to google this but all I find are people asking very specific questions on the subject, not an explanation of how to do it.
Let's say I have a class called UserOptions, in it are three static bool properties. I want to bind three radiobuttons to those properties.
Could someone delineate the steps necessary to do that please?
Thanks
Answers (1)