| Class | Description | 
|---|---|
| RibbonBar | |
| RibbonGroup | A widget that groups  RibbonButtonss for use inRibbonBars. | 
| Toolbar | A Toolbar creates a vertical or horizontal strip of similar components (typically Buttons) and provides managed resizing
 and reordering behavior over those components. | 
| ToolStrip | Base class for creating toolstrips like those found in browsers and office applications: a mixed set of controls
 including  icon buttons,radio button groups,menus,comboBoxes,spacers,status displaysanddrop-down selects. | 
| ToolStripButton | Simple subclass of Button with appearance appropriate for a ToolStrip button. | 
| ToolStripGroup | A simple subclass of  RibbonGroup, which groups other controls for use inribbon-bars. | 
| ToolStripMenuButton | Simple subclass of MenuButton with appearance appropriate for a ToolStrip menu button. | 
| ToolStripResizer | Simple subclass of ImgSplitbar with appearance appropriate for a ToolStrip resizer. | 
| ToolStripSeparator | Simple subclass of Img with appearance appropriate for a ToolStrip separator | 
| ToolStripSpacer | Simple subclass of LayoutSpacer with appearance appropriate for a ToolStrip spacer |