vcl-cxlookandfeelpainters-6326ddfa.md
Specifies the border style of an associated container control.
TcxContainerBorderStyle = (
cbsNone,
cbsSingle,
cbsThick,
cbsFlat,
cbs3D,
cbsUltraFlat,
cbsOffice11
);
| Name |
|---|
cbsNone |
cbsSingle |
cbsThick |
cbsFlat |
cbs3D |
cbsUltraFlat |
cbsOffice11 |
Values include:
| Value | Description | Image |
|---|---|---|
| cbsNone | No border is painted around the control. | |
| cbsSingle | A single-pixel border is painted around the control. Its color is specified by the BorderColor property. | |
| cbsThick | A thick border is painted around the control. Its color is specified by the BorderColor property. | |
| cbsFlat | A flat border is painted around the control. | |
| cbs3D | A 3D lowered border is painted around the control. | |
| cbsUltraFlat | An ultra flat border is painted around the control. | |
| cbsOffice11 | A border is painted around the control in the Office 2003 control style. |
See Also