RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMenu.ParentBiDiMode Property

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

Pascal
property ParentBiDiMode: Boolean;
C++
__property Boolean ParentBiDiMode;

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!