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

# TDockingType

> FlexiCapture シェル スクリプト モデルの TDockingType 列挙体。隣接するウィンドウがメイン ウィンドウのどちら側にドッキングされるかを指定します。

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

指定されたウィンドウに接しているメインウィンドウの側。

<div id="admissible-values">
  ## 許容値:
</div>

* DT\_Undefined = 0 - 側が未定義であるか、ウィンドウが隣接していません。
* DT\_Left = 1 - 左側。
* DT\_Right = 2 - 右側。
* DT\_Top = 3 - 上側。
* DT\_Bottom = 4 - 下側。
