Specifies a value indicating whether the text appears from right to left, as when using Hebrew or Arabic fonts.
[Visual Basic] Public Enum RightToLeft [C#] public enum RightToLeft [C++] public enum RightToLeft
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
This enumeration is used by CheckedListBox, PictureBox, RichControl, ScrollBar, Splitter, ValueEdit, and ValueEditorHost.
Member Name | Description |
---|---|
Inherit | The direction the text appears in is inherited from the parent control. |
No | The text reads from left to right. This is the default. |
Yes | The text reads from right to left. |
Namespace: System.WinForms
Assembly: System.WinForms.dll