Creating a custom toolbar – Kofax DOKuStar Validation User Manual
Page 79
Advertising

DOKuStar Validation Programming Manual
Page
• 75
Creating a Custom Toolbar
It is also possible to create one and only one custom toolbar for DOKuStar Validation. The appropriate service is
called
UserToolbarData
service.
First add a new user control to the project and name it
Toolbar
:
Afterwards define the elements of the toolbar. For our example we add a toolbar and an image list to the form. To be
able to add a
ToolBar
control, you have to add it to the
ToolBox
first. To do this, go to the
Components
dialog of the
Project
menu and select
Microsoft Windows Common Controls 6.0
.
To activate the toolbar change our example in the following way:
Advertising