| Class | Description |
|---|---|
| AccessibleToolbarButton | Specifies accessibility support for the toolbar button. |
| Button | Displays a standard push button on the toolbar. |
| CheckButton | Displays a three state button on the toolbar. |
| PlaceHolder | Represents a place holder for Windows forms controls to be hosted on the toolbar. |
| Separator | Displays a vertical separator on the toolbar. |
| Tool | Represents a tool on a toolbar. |
| Toolbar | Represents the viewer control's toolbar. |
| ToolbarAccessible | Provides information that accessibility applications use to adjust the toolbar's UI for users with impairments. |
| ToolClickEventArgs | Provides data for the ToolClick event. |
| ToolsCollection | Encapsulates a collection of Tool objects for use by the Toolbar class. |
| Delegate | Description |
|---|---|
| ToolClickEventHandler | Represents the method that will handle the ToolClick event of a Toolbar. |
| Enumeration | Description |
|---|---|
| ButtonStyle | Specifies the display style of a toolbar button tool. |
| ColorTheme | Specifies the color theme associated with the toolbar. |