TcxContainerBorderStyle Enum
In This Article
Specifies the border style of an associated container control.
#Declaration
Delphi
TcxContainerBorderStyle = (
cbsNone,
cbsSingle,
cbsThick,
cbsFlat,
cbs3D,
cbsUltraFlat,
cbsOffice11
);
#Members
Name |
---|
cbs
|
cbs
|
cbs
|
cbs
|
cbs3D
|
cbs
|
cbs
|
#Remarks
Values include:
Value | Description | Image |
---|---|---|
cbs |
No border is painted around the control. | |
cbs |
A single-pixel border is painted around the control. Its color is specified by the Border |
|
cbs |
A thick border is painted around the control. Its color is specified by the Border |
|
cbs |
A flat border is painted around the control. | |
cbs3D | A 3D lowered border is painted around the control. | |
cbs |
An ultra flat border is painted around the control. | |
cbs |
A border is painted around the control in the Office 2003 control style. |
See Also