FormBorderStyle

Wisej.Web.FormBorderStyle

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Specifies the border styles for a form.

public enum FormBorderStyle : Enum

Fields

NameDescription

Fixed

A fixed, not resizable border.

FixedToolWindow

A tool window border that is not resizable.

None

No border.

Sizable

A resizable border.

SizableToolWindow

A resizable tool window border.

Used By

NameDescription

Returns or sets the border style of the form.

Last updated