Tagged Questions
1
vote
2answers
614 views
WinForms Accept Button Annoyance
I have a base panel class that has (among other things) three buttons. I use subclasses of this base class in two different config dialogues. Both dialogues have an OK button set as the accept button.
...