WinForms › Double Buffered Control Base
Double Buffered Control Base
.NET Framework 4.8.NET 6 / 8 / 10v2.0.0WinForms
A Binarymission internal base library used by Binarymission Components
1public types
2public members
1namespaces
Assembly
| Assembly | Binarymission.WinForms.Controls.DoubleBufferedControlBase.dll |
| Root namespace | Binarymission.WinForms.Controls.BaseControls |
| Target frameworks | .NET Framework 4.8, .NET 6 / 8 / 10 |
Getting started
using Binarymission.WinForms.Controls.BaseControls;
// Designer: build the solution once, then drag DoubleBufferedControlBase from the Toolbox onto a form.
// In code:
var doubleBufferedControlBase = new DoubleBufferedControlBase
{
Dock = DockStyle.Fill,
};
this.Controls.Add(doubleBufferedControlBase);
API reference
Binarymission.WinForms.Controls.BaseControls
class DoubleBufferedControlBase | A base class for owner-drawn controls that need flicker-free painting. |