FormPosition

Description

The FormPosition enumeration contains positions of the form window on the screen.

It is used by the following property:

Available Values

Value Brief description
0 Designe. Form location and its sizes after opening correspond to those ones set during form design.
1 ScreenCenter. Align center relative to the working area.
2 DesktopCenter. Align center relative to the whole desktop.
3 OwnerFormCenter. Align in horizontal direction by parent form center.

See also:

Forms Assembly Enumerations