Vcl.Menus.TPopupMenu.ParentBiDiMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ParentBiDiMode;

C++

__property ParentBiDiMode = {default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Menus.pas
Vcl.Menus.hpp
Vcl.Menus TPopupMenu

Description

Indicates whether the BiDiMode property is inherited from the control that uses the menu.

Vcl.Menus.TPopupMenu.ParentBiDiMode inherits from Vcl.Menus.TMenu.ParentBiDiMode. All content below this line refers to Vcl.Menus.TMenu.ParentBiDiMode.

Indicates whether the BiDiMode property is inherited from the control that uses the menu.

By default, ParentBiDiMode is true, indicating that the layout of menu items follows the BiDiMode setting of the associated form or control. Change ParentBiDiMode to false to override the default BiDiMode setting and control the menu's layout independently.

See Also