'Declaration
<SRCategoryAttribute("Appearance")> <System.ComponentModel.LocalizableAttribute(True)> <System.ComponentModel.DefaultValueAttribute()> <SRDescriptionAttribute("Indicates whether the control layout is right-to-left when the RightToLeft property is set to Yes.")> Public Overridable Property RightToLeftLayout As System.Boolean
'Usage
Dim instance As EditSourceDialog Dim value As System.Boolean instance.RightToLeftLayout = value value = instance.RightToLeftLayout
[SRCategory("Appearance")] [System.ComponentModel.Localizable(true)] [System.ComponentModel.DefaultValue()] [SRDescription("Indicates whether the control layout is right-to-left when the RightToLeft property is set to Yes.")] public virtual System.bool RightToLeftLayout {get; set;}