ArrangeDirection Enumeration
.NET Framework 2.0
Specifies the direction in which the system arranges minimized windows.
Assembly: System.Windows.Forms (in system.windows.forms.dll)
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: System.Windows.FormsAssembly: System.Windows.Forms (in system.windows.forms.dll)
'Declaration <FlagsAttribute> _ <ComVisibleAttribute(True)> _ Public Enumeration ArrangeDirection 'Usage Dim instance As ArrangeDirection
/** @attribute FlagsAttribute() */ /** @attribute ComVisibleAttribute(true) */ public enum ArrangeDirection
FlagsAttribute ComVisibleAttribute(true) public enum ArrangeDirection
| Member name | Description | |
|---|---|---|
| Down | Arranged vertically, from top to bottom. Valid with the TopLeft and TopRightArrangeStartingPosition enumeration values. | |
| Left | Arranged horizontally, from left to right. Valid with the BottomRight and TopRightArrangeStartingPosition enumeration values. | |
| Right | Arranged horizontally, from right to left. Valid with the BottomLeft and TopLeftArrangeStartingPosition enumeration values. | |
| Up | Arranged vertically, from bottom to top. Valid with the BottomLeft and BottomRightArrangeStartingPosition enumeration values. |
This enumeration is used by the ArrangeDirection property of the SystemInformation class.
Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show: