Version

RightToLeft Property (ContextMenuManager)

Gets or sets a value indicating whether text displayed by the control is displayed from right to left.
Syntax
'Declaration
 
Public Overridable Property RightToLeft As RightToLeft
public virtual RightToLeft RightToLeft {get; set;}

Property Value

One of the System.Windows.Forms.RightToLeft values.
Exceptions
ExceptionDescription
System.ComponentModel.InvalidEnumArgumentExceptionThe value assigned to the property is not a valid member of the System.Windows.Forms.RightToLeftenumeration.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also