Vcl.ActnMenus.TCustomActionMenuBar.GetMouseHoverItem

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetMouseHoverItem(Msg: TMsg): TCustomActionControl;

C++

Vcl::Actnman::TCustomActionControl* __fastcall GetMouseHoverItem(const tagMSG &Msg);

Properties

Type Visibility Source Unit Parent
function protected
Vcl.ActnMenus.pas
Vcl.ActnMenus.hpp
Vcl.ActnMenus TCustomActionMenuBar

Description

Returns the action of an item on which the mouse hovers.

GetMouseHoverItem is internally used to return the action on which the mouse hovers.

See Also