Window docking styles.
| Member | Value | Description |
|---|---|---|
| eDockStyleIntegrated | 1 | Child window is integrated into the main window. |
| eDockStyleDockedLeft | 2 | Child window is docked to the left side of the within the main window. |
| eDockStyleDockedRight | 3 | Child window is docked to the right side of the main window. |
| eDockStyleDockedTop | 4 | Child window is docked to the top of the main window. |
| eDockStyleDockedBottom | 5 | Child window is docked to the bottom of the main window. |
| eDockStyleFloating | 6 | Child window is not docked or integrated. |





