| Class | Description |
| AdornerSwitch | |
| Background | A collection of properties that describe the appearance of the background of SuperPanel, the client area of SuperPanel and the title background of SuperPanel. |
| Bar | Bar is the abstract base class of ButtonBar, SideBar and TaskBar |
| BarItem | The abstract base class of ButtonBarItem, SideBarItem and TaskBarItem. |
| Generic BarItemCollection | A collection class used to store the BarItem components of a Bar. |
| BarItemCommand | The base class of SideBarItem and TaskBarItem. |
| BarItemResetState | Used to store the Visible and Index properties of a BarItem, allowing these properties to be reset back to their original values at a later time. |
| BrushDefinition | BrushDefinition is a type with a number of properties. These properties define the Brush used to paint a filled area of CollapsingGroupPanel. |
| ButtonBar | ButtonBar is a tool bar which can contain any number of ButtonBarButton and ButtonBarSeparator items. |
| ButtonBarButton | A ButtonBarButton represents a button on a ButtonBar. |
| ButtonBarButtonEventArgs | Identifies the ButtonBarButton for the ItemSelected, SubItemSelected, ItemHot and ItemCold events. |
| ButtonBarItem | The base class of ButtonBarButton and ButtonBarSeparator. ButtonBarItem is derived from BarItem. |
| ButtonBarSeparator | ButtonBarSeparator represents a separator on a ButtonBar. |
| CollapsingGroupPanel | CollapsingGroupPanel is a general purpose collapsible container control. |
| CollapsingGroupPanelBodyBoundsChangedEventArgs | Use to store the new value of the CollapsingGroupPanel BodyBounds property for the BondyBoundsChanged event. |
| CommandButton | CommandButton is an enhanced Windows Forms Button control. |
| CommandItem | CommandItem is the base class of CommandButton and CommandLink |
| CommandLink | CommandLink is an enhanced version of the standard Windows Forms LinkLabel control. |
| ConfigurationInformation | ConfigurationInformation is used to store the user's configuration of ButtonBar and SideBar. |
| ImageSource | ImageSource is used by SuperPanel to select between predefined images and an Image loaded from file. |
| PenDefinition | PenDefinition is a type with a number of properties. These properties define a Pen used to paint the borders of a CollapsingGroupPanel. |
| Rounding | Rounding stores the radii of the four corners of SuperPanel. |
| SideBar | SideBar consists of a vertical stack of buttons, a sizing bar used to resize the button stack, and a region above the button stack for Panel controls. When a button in the stack is selected, the Panel associated with the button appears in the panel region. An external control can be attached to a button. When the button is selected this external control is also made visible. |
| SideBarItem | SideBarItem represents a button, with associated Panel, on a SideBar. |
| SideBarItemEventArgs | Specifies the associated SideBarItem for the ItemCold, ItemHot, NavigationPaneClicked and ItemSelected events. |
| SideBarPanelHostWindow | The Form hosting the SideBarItem InternalPanel. |
| SuperPanel | SuperPanel is an enhanced version of the standard Panel. The enhancements include a gradient background, title, stripes, animated image, static image and watermark. |
| TaskBar | A TaskBar is a collapsible container control that can contain any number of TaskBarItem components. Each TaskBarItem is drawn as a hyperlink with optional image on the left. |
| TaskBarItem | TaskBarItem represents a hyperlink on a TaskBar. |
| TaskBarItemEventArgs | Specifies the target TaskBarItem for the ItemCold, ItemHot, and ItemSelected events. |