NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

RightToLeft Enumeration

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.

Remarks

This enumeration is used by CheckedListBox, PictureBox, RichControl, ScrollBar, Splitter, ValueEdit, and ValueEditorHost.

Members

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.

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

System.WinForms Namespace