Vcl.Menus.TPopupMenu.BiDiMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BiDiMode;

C++

__property BiDiMode;

Properties

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

Description

Determines the layout of the menu in Middle East locales.

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

Determines the layout of the menu in Middle East locales.

Set BiDiMode to control the layout of menu items. BiDiMode controls whether the menu items read from left to right or right to left.

See Also