RightToLeft Property (EditBase)
Gets or sets a value that indicates whether the control's elements are aligned to support locales using right-to-left fonts.
'Declaration
Public Overrides Property RightToLeft As RightToLeft
'Usage
Dim instance As EditBase
Dim value As RightToLeft
instance.RightToLeft = value
value = instance.RightToLeft
Property Value
One of the
System.Windows.Forms.RightToLeft values.
The default is
System.Windows.Forms.RightToLeft.Inherit.