Border3DSide

Border3DSide serializable, flag

System. Windows .Forms (system. windows .forms.dll) enum

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 System.ValueType System.Enum(System.IComparabl, System.IFormattable , System.IConvertible) Border3DSide

Passed To

ControlPaint.DrawBorder3D()



. Net Windows Forms in a Nutshell
.NET Windows Forms in a Nutshell
ISBN: 0596003382
EAN: 2147483647
Year: 2002
Pages: 794

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net