ToggleSwitch/README.md

21 lines
792 B
Markdown
Raw Normal View History

2021-01-30 12:55:24 +00:00
# ToggleSwitch WinForms Control
2021-01-30 13:25:38 +00:00
![Nuget](https://img.shields.io/nuget/v/WinFormsToggleSwitch)
2021-01-30 13:26:25 +00:00
2021-01-30 12:55:24 +00:00
A ToggleSwitch that presents on/off values in a more interesting way than a standard CheckBox, created by ![Johnny J](https://www.codeproject.com/script/Membership/View.aspx?mid=926948), published as article in Code Project - ![ToggleSwitch WinForms Control](https://www.codeproject.com/Articles/1029499/ToggleSwitch-Winforms-Control) on 11 Sept 2015.
## License
![The Code Project Open License (CPOL)](LICENSE)
## Revision History
2021-01-30 13:21:35 +00:00
#### Version 1.1 (2019-02-20)
2021-01-30 12:55:24 +00:00
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
2021-01-30 13:21:35 +00:00
#### Version 1.0 (2015-09-11)
2021-01-30 12:55:24 +00:00
Initial Release