RepeatButton for Winforms

2.1k Views Asked by At

Is there anything like RepeatButton in Windows Forms? How can I implement same behavior using an ordinary button?

1

There are 1 best solutions below

0
On BEST ANSWER

Not out of the box, but you can build your own. Here's an example: http://www.codeproject.com/KB/cpp/RepeatButton.aspx