Skip to main content

TdxBarLookupCombo.Color Property

Specifies the background color of a dropdown window.

Declaration

property Color: TColor read; write; default clWindow;

Property Value

Type Default
TColor clWindow

Remarks

By default, the color of a dropdown window’s background is equal to clWindow (COLOR_WINDOW). Use the Color property to set any other color for the background.

See Also