.NET Windows Forms in a Nutshell

RightToLeft serializable

System. Windows .Forms (system. windows .forms.dll) enum

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

Категории