mirror of
https://github.com/Code-Artist/ToggleSwitch.git
synced 2024-12-26 15:49:41 +00:00
Update README.md
This commit is contained in:
parent
13cab3f3cc
commit
21171acb07
20
README.md
20
README.md
|
@ -1,2 +1,18 @@
|
||||||
# ToggleSwitch
|
# ToggleSwitch WinForms Control
|
||||||
WinForms Toggle Switch Control
|
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
|
||||||
|
|
||||||
|
#### Version 1.1
|
||||||
|
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
|
||||||
|
Initial Release
|
||||||
|
|
Loading…
Reference in New Issue
Block a user