Tagged Questions

1
vote
1answer
413 views

Windows Forms Click event repeating itself

I have a strange problem with a Windows Forms event. To be exact, it's a KryptonHeaderGroup's ButtonSpec Click event, but it also happens with a plain vanilla System.Windows.Forms.Button. In the ...