ToolStripItem::RightToLeft Property

 

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.

Namespace:   System.Windows.Forms
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::RightToLeft

true 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
Return to top
Show: