| Class | Description | 
|---|---|
| RibbonBar | 
 A  
ToolStrip-based class for showing  groups of related buttons and other controls. | 
| RibbonGroup | 
 A widget that groups other controls for use in  
RibbonBars. | 
| 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 displays and  drop-down selects. | 
| ToolStripButton | 
 Simple subclass of Button with appearance appropriate for a ToolStrip button. 
 | 
| ToolStripGroup | 
 A widget that groups other controls for use in  
tool-strips. | 
| 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 
 |