This documentation is archived and is not being maintained.
ArrangeStartingPosition Enumeration
.NET Framework 1.1
Specifies the starting position that the system uses to arrange minimized windows.
[Visual Basic] <Serializable> Public Enum ArrangeStartingPosition [C#] [Serializable] public enum ArrangeStartingPosition [C++] [Serializable] __value public enum ArrangeStartingPosition [JScript] public Serializable enum ArrangeStartingPosition
Remarks
This enumeration is used by the ArrangeStartingPosition property of the SystemInformation class.
Members
| 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. |
Requirements
Namespace: System.Windows.Forms
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
See Also
Show: