Vcl.RibbonActnCtrls.TRibbonQATScrollButton.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 TRibbonQATScrollButton

Description

Responds when the mouse enters the button control area.

CMMouseEnter is called automatically when the mouse enters the button control area.

See Also