WinForms › Button Suite
Button Suite
.NET Framework 4.8.NET 6 / 8 / 10v4.0.0WinForms
BinaryButtonSuite© .NET - A highly configurable and extended version of RadioButton and CheckBox .NET controls for the WinForms .NET platform!
2public types
24public members
1namespaces
Assembly
| Assembly | Binarymission.WinForms.Controls.BinaryButtonSuite.dll |
| Root namespace | Binarymission.WinForms.Controls.ButtonControls |
| Target frameworks | .NET Framework 4.8, .NET 6 / 8 / 10 |
Getting started
using Binarymission.WinForms.Controls.ButtonControls;
// Designer: build the solution once, then drag ExtendedCheckBox from the Toolbox onto a form.
// In code:
var extendedCheckBox = new ExtendedCheckBox
{
Dock = DockStyle.Fill,
};
this.Controls.Add(extendedCheckBox);
API reference
Binarymission.WinForms.Controls.ButtonControls
class ExtendedCheckBox | BinaryButtonSuite .NET is a collection of extended version of CheckBox and Radio button .NET controls for the WinForms .NET platform! This class extends the standard .NET CheckBox control! |
class ExtendedRadioButton | BinaryButtonSuite .NET is a collection of extended version of CheckBox and Radio button .NET controls for the WinForms .NET platform! This class extends the standard .NET RadioButton control! |