TcxLookAndFeelValue Enum
Enumerates flags that correspond to individual look & feel settings.
#Declaration
TcxLookAndFeelValue = (
lfvKind,
lfvNativeStyle,
lfvSkinName,
lfvScrollbarMode,
lfvRenderMode,
lfvScrollMode
);
#Members
Name | Description |
---|---|
lfv
|
The Look |
lfv
|
The Look |
lfv
|
The Look If this flag is set and the Look |
lfv
|
The Look If the Look |
lfv
|
The Render If this flag is set, and the Render |
lfv
|
The Look If this flag is set, and the Look |
#Remarks
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.
The TcxLookAndFeelValue
type enumerates flags that correspond to individual look & feel settings stored in a TcxLookAndFeel object accessible through the LookAndFeel property of all TcxControl class descendants. The TcxLookAndFeel.AssignedValues property can include any number of TcxLookAndFeelValue
flags in any combination.
#Direct TcxLookAndFeelValue Type Reference
The TcxLookAndFeelValues type references the TcxLookAndFeelValue
type.