Enum EditBorderStyle
Specifies the border style for Edit control.
public enum EditBorderStyle
Fields
Custom = 4
A custom border.
Fixed3D = 1
A three-dimensional border.
FixedSingle = 2
A single-line border.
None = 0
No border.
System = 3
A system border.