Type |
Read/Write |
StartPosition |
Yes/Yes |
The StartPosition property stores the first screen location at which the dialog should be opened.
StartPosition |
Description |
StartupDefined |
The window is displayed at the location of the Left and Top properties. |
StartupCentered |
The window appears centered on the screen. |
StartupCenteredWindow |
The window appears centered in the parent form (see show). |
StartupLeftTop |
The window appears in the upper-left corner of the desktop. |
StartupRightTop |
The window appears in the upper-right corner of the desktop. |
StartupLeftBottom |
The window appears in the lower left corner of the desktop. |
StartupRightBottom |
The window appears in the lower-right corner of the desktop. |