ToolStripItem::RightToLeft Property
.NET Framework (current version)
Gets or sets a value indicating whether items are to be placed from right to left and text is to be written from right to left.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: property RightToLeft RightToLeft { virtual RightToLeft get(); virtual void set(RightToLeft value); }
Property Value
Type: System.Windows.Forms::RightToLefttrue if items are to be placed from right to left and text is to be written from right to left; otherwise, false.
.NET Framework
Available since 2.0
Available since 2.0
Show: