From 21171acb07c62180f35a1a77fcd93b6dc0ed23fe Mon Sep 17 00:00:00 2001 From: Code Artist Date: Sat, 30 Jan 2021 20:55:24 +0800 Subject: [PATCH] Update README.md --- README.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 81535e4..5c6b62d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,18 @@ -# ToggleSwitch -WinForms Toggle Switch Control +# ToggleSwitch WinForms 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