Visual Basic (Declaration) | |
---|---|
<SRCategoryAttribute("Appearance")> <LocalizableAttribute(True)> <AmbientValueAttribute()> <SRDescriptionAttribute("Indicates whether the component should draw right-to-left for RTL languages.")> Public Overridable Property RightToLeft As RightToLeft |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As CredentialsDialog Dim value As RightToLeft instance.RightToLeft = value value = instance.RightToLeft |
C# | |
---|---|
[SRCategory("Appearance")] [Localizable(true)] [AmbientValue()] [SRDescription("Indicates whether the component should draw right-to-left for RTL languages.")] public virtual RightToLeft RightToLeft {get; set;} |
C++/CLI | |
---|---|
[SRCategory("Appearance")] [Localizable(true)] [AmbientValue()] [SRDescription("Indicates whether the component should draw right-to-left for RTL languages.")] public: virtual property RightToLeft RightToLeft { RightToLeft get(); void set ( RightToLeft value); } |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2