This topic has not yet been rated - Rate this topic

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 virtual RightToLeft RightToLeft { get; set; }

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.

Note Note

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

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0, 1.1, 1.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ