NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ArrangeDirection Enumeration

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.

Members

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.

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

System.WinForms Namespace | ArrangeStartingPosition