Specifies the direction the system uses to arrange minimized windows.
[Visual Basic] Public Enum ArrangeDirection [C#] public enum ArrangeDirection [C++] public enum ArrangeDirection
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
Member Name | Description |
---|---|
Down | Arranges vertically, from top to bottom. |
Left | Arranges horizontally, from left to right. |
Right | Arranges horizontally, from right to left. |
Up | Arranges vertically, from bottom to top. |
Namespace: System.WinForms
Assembly: System.WinForms.dll