WinForms Toggle Switch Control
Go to file
2021-01-30 20:55:24 +08:00
.vs/ToggleSwitch/v16 Added from Code Project 2021-01-30 20:40:26 +08:00
Images Added from Code Project 2021-01-30 20:40:26 +08:00
ToggleSwitch Added from Code Project 2021-01-30 20:40:26 +08:00
ToggleSwitchDemo Added from Code Project 2021-01-30 20:40:26 +08:00
.gitattributes Initial commit 2021-01-30 20:39:10 +08:00
arrowleft.png Added from Code Project 2021-01-30 20:40:26 +08:00
check.png Added from Code Project 2021-01-30 20:40:26 +08:00
cross.png Added from Code Project 2021-01-30 20:40:26 +08:00
favicon.ico Added from Code Project 2021-01-30 20:40:26 +08:00
handle.png Added from Code Project 2021-01-30 20:40:26 +08:00
Image70.png Added from Code Project 2021-01-30 20:40:26 +08:00
LICENSE Create LICENSE 2021-01-30 20:45:40 +08:00
loading-circle.gif Added from Code Project 2021-01-30 20:40:26 +08:00
README.md Update README.md 2021-01-30 20:55:24 +08:00
ToggleSwitch.bmp Added from Code Project 2021-01-30 20:40:26 +08:00
ToggleSwitch.png Added from Code Project 2021-01-30 20:40:26 +08:00
ToggleSwitch.sln Added from Code Project 2021-01-30 20:40:26 +08:00

ToggleSwitch WinForms Control

A ToggleSwitch that presents on/off values in a more interesting way than a standard CheckBox, created by Johnny J, published as article in Code Project - ToggleSwitch WinForms Control on 11 Sept 2015.

License

The Code Project Open License (CPOL)

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