ArrangeStartingPosition Enum

Definition

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

This enumeration supports a bitwise combination of its member values.

public enum class ArrangeStartingPosition
public enum ArrangeStartingPosition
[System.Flags]
public enum ArrangeStartingPosition
type ArrangeStartingPosition = 
[<System.Flags>]
type ArrangeStartingPosition = 
Public Enum ArrangeStartingPosition
Inheritance
ArrangeStartingPosition
Attributes

Fields

BottomLeft 0

Starts at the lower-left corner of the screen, which is the default position.

BottomRight 1

Starts at the lower-right corner of the screen.

Hide 8

Hides minimized windows by moving them off the visible area of the screen.

TopLeft 2

Starts at the upper-left corner of the screen.

TopRight 3

Starts at the upper-right corner of the screen.

Remarks

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

Applies to

See also