API:Vcl.ActnMenus.TCustomMenuItem.PositionChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure PositionChanged; override;

C++

virtual void __fastcall PositionChanged();

Properties

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

Description

Repositions the control.

Vcl.ActnMenus.TCustomMenuItem.PositionChanged inherits from Vcl.ActnMan.TCustomActionControl.PositionChanged. All content below this line refers to Vcl.ActnMan.TCustomActionControl.PositionChanged.

Repositions the control.

PositionChanged is internally used when changes are made to the size or position of the menu control, so that they remain properly aligned within the parent control.

See Also