Vcl.Menus.TMenu.ParentBiDiMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ParentBiDiMode: Boolean read FParentBiDiMode write SetParentBiDiMode default True;

C++

__property bool ParentBiDiMode = {read=FParentBiDiMode, write=SetParentBiDiMode, default=1};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Menus.pas
Vcl.Menus.hpp
Vcl.Menus TMenu

Description

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