.NET Windows Forms in a Nutshell
A Control supporting right-to-left reading cultures will use this enumeration to specify whether the RTL behavior is enabled. public enum RightToLeft { No = 0 , Yes = 1 , Inherit = 2 } Hierarchy
System.Object Returned By
ContextMenu.RightToLeft , Control.RightToLeft , MainMenu.RightToLeft Passed To
ContextMenu.RightToLeft , Control.RightToLeft , MainMenu.RightToLeft |