API: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

CMMouseEnter is called when the mouse enters the utility button's area.

Vcl.RibbonActnCtrls.TRibbonQATScrollButton.CMMouseEnter inherits from Vcl.ActnCtrls.TCustomUtilityButton.CMMouseEnter. All content below this line refers to Vcl.ActnCtrls.TCustomUtilityButton.CMMouseEnter.

CMMouseEnter is called when the mouse enters the utility button's area.

CMMouseEnter is called when the mouse enters the utility button's area. If the AutoScroll property is True, then the scroll timer starts.

See Also