API:Vcl.RibbonActnCtrls.TRibbonQATScrollButton.CMMouseLeave

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CMMouseLeave(var Message: TMessage); override;

C++

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

Properties

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

Description

CMMouseLeave is called when the mouse leaves the utility button's area.

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

CMMouseLeave is called when the mouse leaves the utility button's area.

CMMouseLeave is called when the mouse leaves the utility button's area and the scroll timer stops.

See Also