Is there anything like RepeatButton in Windows Forms? How can I implement same behavior using an ordinary button?
Asked
Active
Viewed 2,016 times
1 Answers
2
Not out of the box, but you can build your own. Here's an example: http://www.codeproject.com/KB/cpp/RepeatButton.aspx

David
- 72,686
- 18
- 132
- 173