I have an OptionButton on the second tab of an SSTab control. The initial value of the OptionButton is False. When the user clicks the tab that contains the OptionButton, I'd like to set the focus to that OptionButton, but when I do the OptionButton's value is automatically set to True and I don't want that to happen. Any ideas on how to change that behavior?