Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / EditBase Class / RightToLeft Property


In This Topic
RightToLeft Property (EditBase)
In This Topic
Gets or sets a value that indicates whether the control's elements are aligned to support locales using right-to-left fonts.
Syntax
'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.
Remarks
This property is not relevant for this class.
See Also