Specifies the starting position that the system uses to arrange minimized windows.
[Visual Basic] Public Enum ArrangeStartingPosition [C#] public enum ArrangeStartingPosition [C++] public enum ArrangeStartingPosition
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
Member Name | Description |
---|---|
BottomLeft | Starts at the lower-left corner of the screen, which is the default position. |
BottomRight | Starts at the lower-right corner of the screen. |
Hide | Hides minimized windows by moving them off the visible area of the screen. |
TopLeft | Starts at the upper-left corner of the screen. |
TopRight | Starts at the upper-right corner of the screen. |
Namespace: System.WinForms
Assembly: System.WinForms.dll