Vcl.RibbonActnCtrls.TCustomRibbonComboBox.WMSetFocus

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure WMSetFocus(var Message: TWMSetFocus); message WM_SETFOCUS;

C++

HIDESBASE MESSAGE void __fastcall WMSetFocus(Winapi::Messages::TWMSetFocus &Message);

Properties

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

Description

Called when the control gains keyboard focus.

WMSetFocus is called when the control gains keyboard focus. In addition, the method changes the color of the control to the active control's color. The WM_SETFOCUS message is sent to the window.


See Also