WinForms › Extended Group Box
Extended Group Box
.NET Framework 4.8.NET 6 / 8 / 10v3.0.0WinForms
A highly customisable GroupBox .NET Control for WinForms
4public types
45public members
1namespaces
Assembly
| Assembly | Binarymission.WinForms.Controls.AdvancedGroupBox.dll |
| Root namespace | Binarymission.WinForms.Controls.Containers |
| Target frameworks | .NET Framework 4.8, .NET 6 / 8 / 10 |
Getting started
using Binarymission.WinForms.Controls.Containers;
// Designer: build the solution once, then drag AdvancedGroupBox from the Toolbox onto a form.
// In code:
var advancedGroupBox = new AdvancedGroupBox
{
Dock = DockStyle.Fill,
};
this.Controls.Add(advancedGroupBox);
API reference
Binarymission.WinForms.Controls.Containers
class AdvancedGroupBox | The AdvancedGroupBox is a custom .NET Control that is designed to work as a features-rich, extended and instant replacement for the standard .NET GroupBox control. |
enum GroupBoxBorderStyle | Lists the supported border style for the AdvancedGroupBox control. |
enum GroupBoxCornerTargets | Lists the supported rounded corner targets. |
enum GroupBoxHeaderAlignment | Lists the supported alignment values for rendering the AdvancedGroupBox Header text. |