NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

FormBorderStyle Enumeration

Specifies the border styles for a form.

[Visual Basic]
Public Enum FormBorderStyle
[C#]
public enum FormBorderStyle
[C++]
public enum FormBorderStyle

[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.

Remarks

This enumeration is used by the Form class.

Members

Member Name Description
Fixed3D A fixed, three-dimensional border.
FixedDialog A thick, fixed dialog-style border.
FixedSingle A fixed, single line border.
FixedToolWindow A tool window border that is not resizable.
None No border.
Sizable A resizable border.
SizableToolWindow A resizable tool window border.

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

System.WinForms Namespace