WinForms › Toggle Check Button
Toggle Check Button
.NET Framework 4.8.NET 6 / 8 / 10v2.0.0WinForms
A highly customisable ToggleCheck Button .NET Control for WinForms
2public types
50public members
1namespaces
Assembly
| Assembly | Binarymission.WinForms.Controls.ToggleControls.dll |
| Root namespace | Binarymission.WinForms.Controls.ToggleControls |
| Target frameworks | .NET Framework 4.8, .NET 6 / 8 / 10 |
Getting started
using Binarymission.WinForms.Controls.ToggleControls;
// Designer: build the solution once, then drag Win8ToggleSwitch from the Toolbox onto a form.
// In code:
var win8ToggleSwitch = new Win8ToggleSwitch
{
Dock = DockStyle.Fill,
};
this.Controls.Add(win8ToggleSwitch);
API reference
Binarymission.WinForms.Controls.ToggleControls
class ToggleSwitch | A check box drawn as a sliding switch, in the style used by modern desktop and mobile platforms, with an optional rounded border. |
class Win8ToggleSwitch | A check box drawn as a sliding switch in the modern Windows style: a rectangular track with an outer and an inner border, a gradient-filled interior, and a solid stick that sits at the left or the right end according to the state. |