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

  • Thread starter Thread starter Integrater
  • Start date Start date
I

Integrater

Guest
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

Continue reading...
 
Back
Top