labeledcombobox Color property
Return to Introduction  Previous page  Next page
Applies to
acEdit, acNumberEdit, acIPEdit, acLabeledComboBox, acMRUComboBox and acImagesComboBox components as subproperty of AttachedLabel structure.  

Declaration
property Color: TColor;  

Description
The Color property specifies the background color for label attached to control. Use Color to read or change the background color of the control.  
 
If a control's ParentColor property is true, then changing the Color property of the control's parent automatically changes the Color property of the control. When the value of the Color property is changed, the control's ParentColor property is automatically set to False.  
 
iiinfo If you don't want to show background — set Transparent property to True.  

See also
ParentColor and Transparent properties.