Vcl.ActnCtrls.TCustomUtilityButton.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.ActnCtrls.pas
Vcl.ActnCtrls.hpp
Vcl.ActnCtrls TCustomUtilityButton

Description

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