Vcl.RibbonActnCtrls.TCustomRibbonComboBox.CMMouseenter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CMMouseenter(var Message: TMessage); message CM_MOUSEENTER;

C++

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

Properties

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

Description

Responds when the mouse enters the button control area.

CMMouseEnter is called automatically when the mouse enters the button control area. The method changes the MouseInControl value.

See Also