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!

ArrangeStartingPosition Enumeration

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.

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.WinForms

Assembly: System.WinForms.dll

See Also

System.WinForms Namespace | ArrangeDirection