System.Windows.Forms
1.0.5000.0
2.0.0.0
System.Enum
This enumeration is used by , , , and .
When you retrieve the value of the RightToLeft property from , , and you will get the value of you assigned. In contrast, if you are deriving your own class from , and you assign a value of Inherit to the property, the value returned will be the setting of the property of the parent control. If there is no parent control, it will return a value of No. Otherwise, it will return a value of Yes or No, depending on the value that you assigned to the property of your derived class.
For more information about how enabling right-to-left alignment affects Windows Forms controls, see the property.
Specifies a value indicating whether the text appears from right to left, such as when using Hebrew or Arabic fonts.
Field
System.Windows.Forms.RightToLeft
The direction the text read is inherited from the parent control.
1.0.5000.0
2.0.0.0
Field
System.Windows.Forms.RightToLeft
The text reads from left to right. This is the default.
1.0.5000.0
2.0.0.0
Field
System.Windows.Forms.RightToLeft
The text reads from right to left.
1.0.5000.0
2.0.0.0