 Syntax
Syntax
| Visual Basic (Declaration) |  | 
|---|
| <LocalizableAttribute(True)>
<DefaultValueAttribute()>
<SRDescriptionAttribute("Indicates whether the control layout is right-to-left when the RightToLeft property is set to Yes.")>
<SRCategoryAttribute("Appearance")>
Public Overridable Property RightToLeftLayout As Boolean | 
| C# |  | 
|---|
| [LocalizableAttribute(true)]
[DefaultValueAttribute()]
[SRDescriptionAttribute("Indicates whether the control layout is right-to-left when the RightToLeft property is set to Yes.")]
[SRCategoryAttribute("Appearance")]
public virtual bool RightToLeftLayout {get; set;} | 
 Requirements
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
 See Also
See Also