Is there anything like RepeatButton in Windows Forms? How can I implement same behavior using an ordinary button?
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Why am I getting UnauthorizedAccessException on th
- 求获取指定qq 资料的方法
- How to know full paths to DLL's from .csproj f
Not out of the box, but you can build your own. Here's an example: http://www.codeproject.com/KB/cpp/RepeatButton.aspx