I have a ToggleButton that may change it's default state (checked or not checked) based upon other values in the environment.
If the environment changes in certain ways, then the state of the ToggleButton should be changed UNLESS the user has set the ToggleButton state manually, in which case it's state should be respected and not changed.
I can't figure out how to trap the human press event on the ToggleButton, which is necessary to disable the re-defaulting.
How can I tell if a person has actually pressed the ToggleButton?
Thanks for your ideas.
If the environment changes in certain ways, then the state of the ToggleButton should be changed UNLESS the user has set the ToggleButton state manually, in which case it's state should be respected and not changed.
I can't figure out how to trap the human press event on the ToggleButton, which is necessary to disable the re-defaulting.
How can I tell if a person has actually pressed the ToggleButton?
Thanks for your ideas.