AlignMode property


Available for window objects (Window, MDIWindow and DialogBox).

Read/Write only at design time

Specifies the align mode for a window object. The align mode is the order in which aligned objects are placed inside its parent. It can be one of the following values:

0 Default The window places top-aligned objects first, then bottom-aligned objects, then left-aligned objects and finally right-aligned objects (default)
1 Bottom Last The window places top-aligned objects first, then left-aligned objects, then right-aligned objects and finally bottom-aligned objects

An object is aligned when its Align property is set to any other value than None.


REMARKS
: Only Picture, ToolBar and StatusBar objects can be aligned.