vcl-cxlookandfeels-1717de7d.md
A set of flags that correspond to individual look & feel settings.
TcxLookAndFeelValues = set of TcxLookAndFeelValue;
| Type | Description |
|---|---|
| TcxLookAndFeelValue |
A flag that corresponds to an individual look & feel setting.
|
Look & feel setting flags allow you to track corresponding setting changes at the control level and reset individual look & feel settings. If a flag is set, the corresponding look & feel setting affects the target control instead of the same setting at the global or parent level.
A TcxLookAndFeelValues value can include any TcxLookAndFeelValue flags in any combination.
The TcxLookAndFeel.AssignedValues property references the TcxLookAndFeelValues type.
See Also