HypernovaDesktop Components · docs
Binarymission
WinFormsPanel Bar › BinaryPanelBarContainedPanel

BinaryPanelBarContainedPanel

class.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WinForms.Controls.NavigationControls

A Panel derived control class that is to be used as the container panel associated with BinaryPanelBarButton objects.

public class BinaryPanelBarContainedPanel : Panel

Inherits from / implements: Panel

Remarks

An instance of BinaryPanelBarButton class can have a panel control associated with it as a container object that will host any UI components/controls and will be made visible when a BinaryPanelBarButton object is activated/selected.
Although the container panel is a Panel control, in order to work seamlessly with BinaryPanelBar control class, a customized version of the Panel control is needed. And hence this control class BinaryPanelBarContainedPanel.
When associating panels to ContainedPanel property, always use BinaryPanelBarContainedPanel control as the panel control to host the UI controls.

Members at a glance

BinaryPanelBarContainedPanelCreates a new instance of BinaryPanelBarContainedPanel class.
DisposeRefer the base class documentation for this method.
InitializeComponentInitializes the component with essential default values and attaches any desired event handlers.

Constructors

BinaryPanelBarContainedPanel

public BinaryPanelBarContainedPanel()

Creates a new instance of BinaryPanelBarContainedPanel class.

Methods

Dispose

protected override void Dispose(bool disposing)

Refer the base class documentation for this method.

InitializeComponent

public void InitializeComponent()

Initializes the component with essential default values and attaches any desired event handlers.