System.Windows.Forms.ArrangeStartingPosition Enumeration

Specifies the starting position that the system uses to arrange minimized windows.

Syntax

[System.Flags]
public enum ArrangeStartingPosition

Remarks

This enumeration is used by the SystemInformation.ArrangeStartingPosition property of the System.Windows.Forms.SystemInformation class.

Members

Member NameDescription
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
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0