HypernovaDesktop Components · docs
Binarymission
WinForms › Explorer Bar

Explorer Bar

.NET Framework 4.8.NET 6 / 8 / 10v3.0.0WinForms

A highly customisable ExplorerBar .NET Control for WinForms

13public types
129public members
1namespaces

Assembly

AssemblyBinarymission.WinForms.Controls.BinaryExplorerBar.dll
Root namespaceBinarymission.WinForms.Controls.NavigationControls
Target frameworks.NET Framework 4.8, .NET 6 / 8 / 10

Getting started

using Binarymission.WinForms.Controls.NavigationControls;

// Designer: build the solution once, then drag BinaryExplorerBar from the Toolbox onto a form.
// In code:
var binaryExplorerBar = new BinaryExplorerBar
{
    Dock = DockStyle.Fill,
};
this.Controls.Add(binaryExplorerBar);

API reference

Binarymission.WinForms.Controls.NavigationControls

class BinaryExplorerBarA feature-rich collapsible/expandable panel bar .NET control.
class BinaryExplorerBarPanelA Panel derived control implementing the Windows XP style Collapsible/Expandable control, that is placed within the BinaryExplorerBar control.
class BinaryExplorerBarPanelCollectionThis collection class implements a strongly typed collection of BinaryExplorerBarPanel objects.
delegate BinaryExplorerBarPanelCollectionChangedEventHandlerDelegate for handling changes to panel collection.
delegate BinaryExplorerBarPanelCollectionClearedEventHandlerDelegate for handling deletion from panel collection.
delegate BinaryExplorerBarPanelCollectionSetEventHandlerDelegate for handling modifications to panel collection.
delegate BinaryExplorerBarPanelCollectionValidationEventHandlerDelegate for handling validation of the panel collection.
enum BinaryExplorerBarPanelStateLists the two possible states of a BinaryExplorerBarPanel object.
delegate BinaryExplorerBarPanelTitleClickedHandlerSignature of the method to handle the event when the user clicks on a specific BinaryExplorerBarPanel object's title.
enum ControlBackgroundPaintingStyleLists the possible values that can be set to paint the background of the control.
interface IBinaryControlExtendedServicesAn interface prescribing extended services to enhance the control's implementation.
enum ThemeOrCustomColorsLists the available options of rendering colors, when the ReflectCurrentXPTheme property is set to false.
enum XPThemeSupported XP themes.