The BarDockingEdge enumeration contains areas where some elements of visual interface can be placed.
It is used by the following properties and methods:
Value | Brief description |
0 | Top. Element is placed in the top part of its parent window. |
1 | Left. Element is placed in the left part of its parent window. |
2 | Bottom. Element is placed in the bottom part of its parent window. |
3 | Right. Element is placed in the right part of its parent window. |
4 | None. Element will not be docked to the parent window and will be displayed as a separate window. |
See also: