RepeatButton for Winforms

孤人 提交于 2019-12-18 07:03:12

问题


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



来源:https://stackoverflow.com/questions/3727715/repeatbutton-for-winforms

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!