Vcl.ComCtrls.TCustomComboBoxEx.CMParentColorChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CMParentColorChanged(var Message: TMessage); message CM_PARENTCOLORCHANGED;

C++

HIDESBASE MESSAGE void __fastcall CMParentColorChanged(Winapi::Messages::TMessage &Message);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomComboBoxEx

Description

Responds when the ParentColor property changes.

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.

See Also