'Declaration
<SRDescriptionAttribute("Indicates whether the component should draw right-to-left for RTL languages.")> <System.ComponentModel.LocalizableAttribute(True)> <System.ComponentModel.AmbientValueAttribute()> <SRCategoryAttribute("Appearance")> Public Overridable Property RightToLeft As System.Windows.Forms.RightToLeft
'Usage
Dim instance As EditSourceDialog Dim value As System.Windows.Forms.RightToLeft instance.RightToLeft = value value = instance.RightToLeft
[SRDescription("Indicates whether the component should draw right-to-left for RTL languages.")] [System.ComponentModel.Localizable(true)] [System.ComponentModel.AmbientValue()] [SRCategory("Appearance")] public virtual System.Windows.Forms.RightToLeft RightToLeft {get; set;}