.NET Windows Forms in a Nutshell
This enumeration is used by the ControlPaint.DrawBorder3D() method to determine which sides of the border should be drawn. public enum Border3DSide { Left = 0x00000001 , Top = 0x00000002 , Right = 0x00000004 , Bottom = 0x00000008 , Middle = 0x00000800 , All = 0x0000080F } Hierarchy
System.Object Passed To
ControlPaint.DrawBorder3D() |