Vcl.RibbonActnCtrls.TCustomRibbonComboBox.WMKillFocus

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure WMKillFocus(var Message: TWMKillFocus); message WM_KILLFOCUS;

C++

HIDESBASE MESSAGE void __fastcall WMKillFocus(Winapi::Messages::TWMKillFocus &Message);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls TCustomRibbonComboBox

Description

Called when the control loses keyboard focus.

WMKillFocus is called when the control loses keyboard focus. In addition, the method changes the color of the control to the inactive control's color. The WM_KillFocus message is sent to the window.


See Also