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

## Description

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

## Admissible values:

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