RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomComboBoxEx.CMParentColorChanged Method

Responds when the ParentColor property changes.

Pascal
procedure CMParentColorChanged(var Message: TMessage); message CM_PARENTCOLORCHANGED;
C++
__fastcall CMParentColorChanged(TMessage Message);

CMParentColorChanged is called automatically when the ParentColor property changes. It forces a repaint to reflect the new color. 

Message represents the parameters of the Windows message that informs the combo box of the property change. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!