> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# TCommandBarType

> TCommandBarType enumeration for the IToolbar interface: identifies FlexiCapture toolbar types such as standard, navigation, verification, and tasks.

## Description

The toolbar type. Applies in the [IToolbar](/flexi-capture/appendix/scripts-shell/itoolbar) interface.

## Types:

* CBT\_Undefined = 0 - An undefined toolbar.
* CBT\_GroupVerification = 1 - A toolbar with group verification commands.
* CBT\_FieldVerification = 2 - A toolbar with field verification commands.
* CBT\_Standard = 3 - A standard toolbar.
* CBT\_Navigation = 4 - A navigation toolbar. Contains buttons such as Previous Document,Next Document, Previous Item to Verify, etc.
* CBT\_Views = 5 - A toolbar for switching between the **Details View** and the **Thumbnails View**.
* CBT\_Tasks = 6 - A toolbar with task operation tools.
* CBT\_Setup = 7 - A toolbar with basic tools for managing project. Contains buttons such as Document Definitions..., Batch Types..., Project Properties..., etc.
* CBT\_ScanAndRead = 8 - A toolbar with image operation tools (import, recognition and other operations on images).
* CBT\_UserToolbar = 9 - A toolbar added by the user when specifying skin settings for a stage.
