API:Vcl.RibbonActnCtrls.TRibbonApplicationMenuButton.CMMouseEnter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CMMouseEnter(var Message: TMessage); override;

C++

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 TRibbonApplicationMenuButton

Description


Responds to the CM_MOUSEENTER control message.

Vcl.RibbonActnCtrls.TRibbonApplicationMenuButton.CMMouseEnter inherits from Vcl.ActnCtrls.TCustomButtonControl.CMMouseEnter. All content below this line refers to Vcl.ActnCtrls.TCustomButtonControl.CMMouseEnter.

Responds to the CM_MOUSEENTER control message.

CMMouseEnter responds to the CM_MOUSEENTER control message and is called automatically when the mouse enters the button control area.

See Also