.NET Windows Forms in a Nutshell
This enumeration is used by the SystemInformation class in its ArrangeDirection property, to determine how minimized windows are arranged. public enum ArrangeDirection { Left = 0 , Right = 0 , Down = 4 , Up = 4 } Hierarchy
System.Object Returned By
SystemInformation.ArrangeDirection |