ListBox::RightToLeft Property
.NET Framework (current version)
Gets or sets a value indicating whether text displayed by the control is displayed from right to left.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: property RightToLeft RightToLeft { virtual RightToLeft get() override; virtual void set(RightToLeft value) override; }
This property enables your menus to support languages that are written from right to left. When this property is set to true, item text is displayed from right to left instead of the default left to right method.
This property has no effect in Windows 98 or Windows Millennium Edition.
.NET Framework
Available since 1.1
Available since 1.1
Show: