.NET Framework Class Library
FormBorderStyle Fields
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Specifies the border styles for a form.

The following tables list the members exposed by the FormBorderStyle type.

Public Fields

  NameDescription
static memberSupported by the .NET Compact FrameworkFixed3DA fixed, three-dimensional border.
static memberSupported by the .NET Compact FrameworkFixedDialogA thick, fixed dialog-style border.
static memberSupported by the .NET Compact FrameworkFixedSingleA fixed, single-line border.
static memberSupported by the .NET Compact FrameworkFixedToolWindowA tool window border that is not resizable. A tool window does not appear in the taskbar or in the window that appears when the user presses ALT+TAB. Although forms that specify FixedToolWindow typically are not shown in the taskbar, you must also ensure that the ShowInTaskbar property is set to false, since its default value is true.
static memberSupported by the .NET Compact FrameworkNoneNo border.
static memberSupported by the .NET Compact FrameworkSizableA resizable border.
static memberSupported by the .NET Compact FrameworkSizableToolWindowA resizable tool window border. A tool window does not appear in the taskbar or in the window that appears when the user presses ALT+TAB.
See Also

Reference

FormBorderStyle Type
System.Windows.Forms Namespace
Page view tracker