mirror of
https://github.com/Code-Artist/ToggleSwitch.git
synced 2025-10-31 13:47:40 +00:00
WinForms Toggle Switch Control
| .vs/ToggleSwitch/v16 | ||
| Images | ||
| packages/NuPack.3.4.2 | ||
| ToggleSwitch | ||
| ToggleSwitchDemo | ||
| .gitattributes | ||
| arrowleft.png | ||
| check.png | ||
| cross.png | ||
| favicon.ico | ||
| handle.png | ||
| Image70.png | ||
| LICENSE | ||
| loading-circle.gif | ||
| README.md | ||
| ToggleSwitch.bmp | ||
| ToggleSwitch.png | ||
| ToggleSwitch.sln | ||
ToggleSwitch WinForms Control
A ToggleSwitch that presents on/off values in a more interesting way than a standard CheckBox, created by , published as article in Code Project -
on 11 Sept 2015.
License
Revision History
Version 1.1 (2019-02-20)
NEW: BeforeRendering event added to make it easier to customize the renderer properties NEW: Style and Renderer added: PlainAndSimple UPDATED: Demo app updated with the new features
Version 1.0 (2015-09-11)
Initial Release