FormBorderStyle

FormBorderStyle serializable

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

This enumeration allows you to set the appearance of the non-client area of a Form .

 public enum  FormBorderStyle  {  None = 0  ,  FixedSingle = 1  ,  Fixed3D = 2  ,  FixedDialog = 3  ,  Sizable = 4  ,  FixedToolWindow = 5  ,  SizableToolWindow = 6  } 

Hierarchy

System.Object System.ValueType System.Enum(System.IComparabl, System.IFormattable , System.IConvertible) FormBorderStyle

Returned By

Form.FormBorderStyle , PrintPreviewDialog.FormBorderStyle

Passed To

Form.FormBorderStyle , PrintPreviewDialog.FormBorderStyle



. 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