ArrangeDirection Enum

Definition

Specifies the direction in which the system arranges minimized windows.

This enumeration supports a bitwise combination of its member values.

public enum class ArrangeDirection
[System.Runtime.InteropServices.ComVisible(true)]
public enum ArrangeDirection
[System.Runtime.InteropServices.ComVisible(true)]
[System.Flags]
public enum ArrangeDirection
[System.Flags]
public enum ArrangeDirection
[<System.Runtime.InteropServices.ComVisible(true)>]
type ArrangeDirection = 
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Flags>]
type ArrangeDirection = 
[<System.Flags>]
type ArrangeDirection = 
Public Enum ArrangeDirection
Inheritance
ArrangeDirection
Attributes

Fields

Down 4

Arranged vertically, from top to bottom. Valid with the TopLeft and TopRightArrangeStartingPosition enumeration values.

Left 0

Arranged horizontally, from left to right. Valid with the BottomRight and TopRightArrangeStartingPosition enumeration values.

Right 0

Arranged horizontally, from right to left. Valid with the BottomLeft and TopLeftArrangeStartingPosition enumeration values.

Up 4

Arranged vertically, from bottom to top. Valid with the BottomLeft and BottomRightArrangeStartingPosition enumeration values.

Remarks

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

Applies to

See also