TFormBorderStyle
| Delphi | C#.NET | Supported |
| TFormBorderStyle | System.Windows.Forms.FormBorderStyle | Yes |
| Properties | ||
| bsNone | System.Windows.Forms.FormBorderStyle.None | Yes |
| bsSingle | System.Windows.Forms.FormBorderStyle.FixedSingle | Yes |
| bsSizeable | System.Windows.Forms.FormBorderStyle.Sizable | Yes |
| bsDialog | System.Windows.Forms.FormBorderStyle.FixedDialog | Yes |
| bsToolWindow | System.Windows.Forms.FormBorderStyle.FixedToolWindow | Yes |
| bsSizeToolWin | System.Windows.Forms.FormBorderStyle.SizableToolWindow | Yes |