Name

FormBorderStyle

Synopsis

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

Get .NET Windows Forms in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.