Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / NameBox Class / RightToLeft Property


In This Topic
RightToLeft Property (NameBox)
In This Topic
Gets or sets a value indicating whether control's elements are aligned to supportlocales using right-to-left fonts.
Syntax
'Declaration
 
Public Overrides Property RightToLeft As RightToLeft
 
'Usage
 
Dim instance As NameBox
Dim value As RightToLeft
 
instance.RightToLeft = value
 
value = instance.RightToLeft
See Also