FormPosition specifies the form's position when first shown
Member of Form (PRIM_FORM)
Data Type - Enumeration
The FormPosition property defines the position of the form when first shown
Enum Value | Description |
---|---|
Default | Use the default Top, Left, Height and Width |
DefaultSizeOnly | Use the default Height and Width and designed Top and Left properties |
DefaultPositionOnly | Use the default Top and Left and designed Height and Width |
Designed | Use the Top, Left, Height and Width as defined in the source |
ScreenCenter | Position in the center of the screen and use the designed Height and Width |
Febuary 18 V14SP2