ToolStripControlHost::RightToLeft Property
.NET Framework (current version)
Gets or sets a value indicating whether control's elements are aligned to support locales using right-to-left fonts.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: property RightToLeft RightToLeft { virtual RightToLeft get() override; virtual void set(RightToLeft value) override; }
Property Value
Type: System.Windows.Forms::RightToLeftOne of the RightToLeft values. The default is Inherit.
.NET Framework
Available since 2.0
Available since 2.0
Show: