March 2003
Intermediate to advanced
896 pages
32h 35m
English
Border3DSide
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 }
System.Object
→ System.ValueType → System.Enum(System.IComparabl,
System.IFormattable,
System.IConvertible)
→ Border3DSide
ControlPaint.DrawBorder3D()
Read now
Unlock full access