> ## 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

> IToolbar インターフェイスの TCommandBarType 列挙体。標準、ナビゲーション、検証、タスクなど、FlexiCapture のツールバーの型を識別します。

<div id="description">
  ## 説明
</div>

ツールバーの型です。[IToolbar](/ja/flexi-capture/appendix/scripts-shell/itoolbar) インターフェイスに適用されます。

<div id="types">
  ## 型:
</div>

* CBT\_Undefined = 0 - 未定義のツールバー。
* CBT\_GroupVerification = 1 - グループ検証コマンドを備えたツールバー。
* CBT\_FieldVerification = 2 - field 検証コマンドを備えたツールバー。
* CBT\_Standard = 3 - 標準ツールバー。
* CBT\_Navigation = 4 - ナビゲーション用ツールバー。Previous Document、Next Document、Previous Item to Verify などのボタンが含まれます。
* CBT\_Views = 5 - **詳細ビュー** と **サムネイルビュー** を切り替えるためのツールバー。
* CBT\_Tasks = 6 - タスク操作用のツールを備えたツールバー。
* CBT\_Setup = 7 - プロジェクトを管理するための基本ツールを備えたツールバー。Document Definitions...、Batch Types...、Project Properties... などのボタンが含まれます。
* CBT\_ScanAndRead = 8 - 画像操作用のツール (インポート、認識、その他の画像に対する操作) を備えたツールバー。
* CBT\_UserToolbar = 9 - ステージのスキン設定を指定するときにユーザーが追加するツールバー。
