HypernovaDesktop Components · docs
Binarymission
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

AssemblyBinarymission.WinForms.Controls.SpinnerControls.dll
Root namespaceBinarymission.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 BinaryDomainUpDownBinaryDomainUpDown is an Extended, feature-rich and "flat" styled DomainUpDown navigation control for the Winforms .NET platform.
class BinaryNumericUpDownBinaryNumericUpDown is an Extended, feature-rich and "flat" styled NumericUpDown navigation control for the Winforms .NET platform.