https://github.com/nicorac/extended-numericupdown-control
Extension to .NET NumericUpDown control to add new features and fixes
https://github.com/nicorac/extended-numericupdown-control
csharp vbnet visual-studio
Last synced: 10 months ago
JSON representation
Extension to .NET NumericUpDown control to add new features and fixes
- Host: GitHub
- URL: https://github.com/nicorac/extended-numericupdown-control
- Owner: nicorac
- License: mit
- Created: 2015-08-26T06:40:58.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-01-06T21:15:56.000Z (over 10 years ago)
- Last Synced: 2025-04-02T20:22:53.407Z (about 1 year ago)
- Topics: csharp, vbnet, visual-studio
- Language: Visual Basic
- Size: 112 KB
- Stars: 8
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Extended NumericUpDownControl
Extension to .NET NumericUpDown control that adds new features and fixes:
* fix original MouseEnter and MouseLeave events
* new property InterceptMouseWheel: Always/WhenMouseOver/Never
* show up/down buttons only when mouse is over the control
* show up/down buttons only when the control has focus (regardless of mouseover)
* new events BeforeValueDecrement/BeforeValueIncrement to allow giving different increment/decrement steps based on current control value
See documentation in file /Doc/index.html for further details.