RepeatButton for Winforms

2019-01-28 21:51发布

问题:

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

回答1:

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