WinForms › Spinner
Spinner
.NET Framework 4.8.NET 6 / 8 / 10v3.0.0WinForms
A highly customisable Spinner .NET Control for WinForms
2public types
32public members
1namespaces
Assembly
| Assembly | Binarymission.WinForms.Controls.SpinnerControls.dll |
| Root namespace | Binarymission.WinForms.Controls.InputControls |
| Target frameworks | .NET Framework 4.8, .NET 6 / 8 / 10 |
Getting started
using Binarymission.WinForms.Controls.InputControls;
// Designer: build the solution once, then drag BinaryDomainUpDown from the Toolbox onto a form.
// In code:
var binaryDomainUpDown = new BinaryDomainUpDown
{
Dock = DockStyle.Fill,
};
this.Controls.Add(binaryDomainUpDown);
API reference
Binarymission.WinForms.Controls.InputControls
class BinaryDomainUpDown | BinaryDomainUpDown is an Extended, feature-rich and "flat" styled DomainUpDown navigation control for the Winforms .NET platform. |
class BinaryNumericUpDown | BinaryNumericUpDown is an Extended, feature-rich and "flat" styled NumericUpDown navigation control for the Winforms .NET platform. |