Skip to main content
A newer version of this page is available. .

TcxContainerStyleValue Type

Enumerates the flags that describe which control style attributes are assigned.

Declaration

TcxContainerStyleValue = 0..SizeOf(Integer) * 8 - 1;

Remarks

The TcxContainerStyleValue type enumerates the flags that indicate which control style attributes are assigned to the TcxCustomContainerStyle object. These flags are set via the TcxCustomContainerStyle.AssignedValues property.

Value Meaning
csvBorderColor Indicates that the TcxCustomContainerStyle.BorderColor property is assigned a value.
csvBorderStyle Indicates that the TcxCustomContainerStyle.BorderStyle property is assigned a value.
csvColor Indicates that the TcxCustomContainerStyle.Color property is assigned a value.
csvEdges Indicates that the TcxCustomContainerStyle.Edges property is assigned a value.
csvFont Indicates that the TcxCustomContainerStyle.Font property is assigned a value.
csvHotTrack Indicates that the TcxCustomContainerStyle.HotTrack property is assigned a value.
csvShadow Indicates that the TcxCustomContainerStyle.Shadow property is assigned a value.
csvTextColor Indicates that the TcxCustomContainerStyle.TextColor property is assigned a value.
csvTextStyle Indicates that the TcxCustomContainerStyle.TextStyle property is assigned a value.
csvTransparentBorder Indicates that the TcxCustomContainerStyle.TransparentBorder property is assigned a value.
See Also