BinaryPanelBarContainedPanel
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
BinaryPanelBarContainedPanel | Creates a new instance of BinaryPanelBarContainedPanel class. |
Dispose | Refer the base class documentation for this method. |
InitializeComponent | Initializes the component with essential default values and attaches any desired event handlers. |
Constructors
BinaryPanelBarContainedPanel
Creates a new instance of BinaryPanelBarContainedPanel class.
Methods
Dispose
Refer the base class documentation for this method.
InitializeComponent
Initializes the component with essential default values and attaches any desired event handlers.