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

TcxContainerStyleValues Type

Represents a set of flags indicating which container style attributes are assigned.

Declaration

TcxContainerStyleValues = set of TcxContainerStyleValue;

Referenced Class

Type
TcxContainerStyleValue

Remarks

Each container control provides the Style, StyleDisabled, StyleFocused and StyleHot properties which present style attributes for various states of a control. The TcxCustomContainerStyle.AssignedValues member of the TcxContainerStyleValues type describes which style attributes are explicitly assigned to these style properties.

See Also