Name

RightToLeft

Synopsis

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 System.ValueType System.Enum(System.IComparabl, System.IFormattable, System.IConvertible) RightToLeft

Returned By

ContextMenu.RightToLeft, Control.RightToLeft, MainMenu.RightToLeft

Passed To

ContextMenu.RightToLeft, Control.RightToLeft, MainMenu.RightToLeft

Get .NET Windows Forms in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.