TcxContainerBorderStyle Enum
Specifies the border style of an associated container control.
Declaration
TcxContainerBorderStyle = (
cbsNone,
cbsSingle,
cbsThick,
cbsFlat,
cbs3D,
cbsUltraFlat,
cbsOffice11
);
Members
Name |
---|
cbsNone
|
cbsSingle
|
cbsThick
|
cbsFlat
|
cbs3D
|
cbsUltraFlat
|
cbsOffice11
|
Remarks
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