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

AssemblyBinarymission.WinForms.Controls.AdvancedGroupBox.dll
Root namespaceBinarymission.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 AdvancedGroupBoxThe 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 GroupBoxBorderStyleLists the supported border style for the AdvancedGroupBox control.
enum GroupBoxCornerTargetsLists the supported rounded corner targets.
enum GroupBoxHeaderAlignmentLists the supported alignment values for rendering the AdvancedGroupBox Header text.