Vcl.ActnMenus.TCustomActionPopupMenu.PositionPopup

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure PositionPopup(AnOwner: TCustomActionBar;  ParentItem: TCustomActionControl); virtual;

C++

virtual void __fastcall PositionPopup(Vcl::Actnman::TCustomActionBar* AnOwner, Vcl::Actnman::TCustomActionControl* ParentItem);

Properties

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

Description

Calculates the pop-up position.

PositionPopup is internally used to calculate the pop-up position depending on the monitor bounds.

See Also