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

TcxLookAndFeelKind Enum

Determines the manner in which a control is painted.

Declaration

TcxLookAndFeelKind = (
    lfFlat,
    lfStandard,
    lfUltraFlat,
    lfOffice11
);

Members

Name
lfFlat
lfStandard
lfUltraFlat
lfOffice11

Remarks

Options include:

Value Example
lfFlat
lfStandard
lfUltraFlat
lfOffice11

The TcxLookAndFeel.Kind and TcxLookAndFeelController.Kind properties reference the TcxLookAndFeelKind type.

See Also