System.Windows.Forms.MainMenu.RightToLeft Property

Gets or sets whether the text displayed by the control is displayed from right to left.

Syntax

[System.ComponentModel.AmbientValue(System.Windows.Forms.RightToLeft.Inherit)]
[System.ComponentModel.Localizable(true)]
public virtual RightToLeft RightToLeft { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

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 will be displayed from right to left instead of the default left to right method.

Note:

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

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0