Toolbar Samples
This section contains a set of samples illustrating various Toolbar - related features. | |
ExplorerBarDemo |
![]() |
The sample demonstrates explorer toolbar usage: simple and image-based navigation buttons, embedded breadcrumb bar and various navigation button layouts.. |
|
PaletteDemo |
![]() |
The sample illustrates how to create a multicolumn toolbar with owner draw information area. The number of columns can be changed programmatically. The toolbar can be docked only at the left, or right edge of the main frame window. |
|
Slider |
![]() |
The sample illustrates how to put a custom (external) control an a toolbar. It demonstrates the following features:
|
|
TabbedToolbar |
![]() |
The sample demonstrates how to create and use the Tabbed Toolbar feature. Tabbed toolbar is a control bar, which contains several toolbars grouped together in a tabbed window. |
|
ToolbarDateTimePicker |
![]() |
The sample demonstrates how to take advantage of the DateTime Picker control and place it on a toolbar. |
|
ToolbarEditBox |
![]() |
The sample demonstrates how to put an edit box and edit box with a spin control on a toolbar. |
|
ToolbarImages |
![]() |
The sample illustrates usage of CBCGPToolbarImages class. This class is a kind of image list and all toolbars in the library display images taken from image lists. In this sample you can see how to create image lists with different toolbar effects (disabled and shadow images) and alpha-blending effects. Also it illustrates how to add images dynamically at runtime. |
|
ToolbarLabel |
![]() |
The sample illustrates how to put a static text label and image label on a toolbar. |
|
UndoBox |
![]() |
The sample illustrates how to create an MS Office-style "Undo" button and put it on a toolbar. |
|
DropDownToolbarDemo |
![]() |
The sample illustrates how to create toolbar button with dropped-down menu box. |