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
| Assembly | Binarymission.WinForms.Controls.BinaryExplorerBar.dll |
| Root namespace | Binarymission.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 BinaryExplorerBar | A feature-rich collapsible/expandable panel bar .NET control. |
class BinaryExplorerBarPanel | A Panel derived control implementing the Windows XP style Collapsible/Expandable control, that is placed within the BinaryExplorerBar control. |
class BinaryExplorerBarPanelCollection | This collection class implements a strongly typed collection of BinaryExplorerBarPanel objects. |
delegate BinaryExplorerBarPanelCollectionChangedEventHandler | Delegate for handling changes to panel collection. |
delegate BinaryExplorerBarPanelCollectionClearedEventHandler | Delegate for handling deletion from panel collection. |
delegate BinaryExplorerBarPanelCollectionSetEventHandler | Delegate for handling modifications to panel collection. |
delegate BinaryExplorerBarPanelCollectionValidationEventHandler | Delegate for handling validation of the panel collection. |
enum BinaryExplorerBarPanelState | Lists the two possible states of a BinaryExplorerBarPanel object. |
delegate BinaryExplorerBarPanelTitleClickedHandler | Signature of the method to handle the event when the user clicks on a specific BinaryExplorerBarPanel object's title. |
enum ControlBackgroundPaintingStyle | Lists the possible values that can be set to paint the background of the control. |
interface IBinaryControlExtendedServices | An interface prescribing extended services to enhance the control's implementation. |
enum ThemeOrCustomColors | Lists the available options of rendering colors, when the ReflectCurrentXPTheme property is set to false. |
enum XPTheme | Supported XP themes. |