ContextMenu::RightToLeft Property

 

Gets or sets a value indicating whether text displayed by the control is displayed 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

One of the RightToLeft values.

Exception Condition
InvalidEnumArgumentException

The value assigned to the property is not a valid member of the RightToLeft enumeration.

This property enables your menus to support languages that are written from right to left. When this property is set to RightToLeft.Yes, the menu item text is displayed from right to left instead of the default left to right method.

System_CAPS_noteNote

For more information about how enabling right-to-left alignment affects Windows Forms controls, see the RightToLeft property.

.NET Framework
Available since 1.1
Return to top
Show: