Enum | +--FormStartPositionpublic class FormStartPosition
Specifies form start position values.
Fields
Name | Description |
---|---|
CENTER_SCREEN | The form will be centered on the primary monitor and will have the dimensions specified in the form's size. |
MANUAL | The location and size of the form will determine the starting position. |
WINDOWS_DEFAULT_BOUNDS | The form will be positioned at the Windows default location and will have the bounds determined by Windows default. |
WINDOWS_DEFAULT_LOCATION | The form will be positioned at the Windows default location and will have the dimensions specified in the form's size. |