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

> TDockingType enumeration in the FlexiCapture shell scripting model: specifies which side of the principal window an adjacent window is docked to.

The side of the principal window adjacent to the given window.

## Possible values

| Name           | Value | Description                                             |
| -------------- | ----- | ------------------------------------------------------- |
| `DT_Undefined` | `0`   | The side is undefined, or the windows are not adjacent. |
| `DT_Left`      | `1`   | The left side.                                          |
| `DT_Right`     | `2`   | The right side.                                         |
| `DT_Top`       | `3`   | The upper side.                                         |
| `DT_Bottom`    | `4`   | The lower side.                                         |
