ControlBorderType

Description

The ControlBorderType enumeration contains types of borders that can be drawn for components.

It is used by the following property:

Available Values

Value Brief description
0 None. No borders.
1 Left. Left border is displayed.
2 Top. Top border is displayed.
4 Right. Right border is displayed.
8 Bottom. Bottom border is displayed.
15 All. All borders are displayed.

See also:

Forms Assembly Enumerations