RightToLeftLayout Property
See Also 
SourceCode.Workflow.WizardFramework.Authentication Namespace > CredentialsDialog Class : RightToLeftLayout Property



Glossary Item Box

Syntax

Visual Basic (Declaration)  
<SRCategoryAttribute("Appearance")>
<LocalizableAttribute(True)>
<DefaultValueAttribute()>
<SRDescriptionAttribute("Indicates whether the control layout is right-to-left when the RightToLeft property is set to Yes.")>
Public Overridable Property RightToLeftLayout As Boolean
Visual Basic (Usage) Copy Code
Dim instance As CredentialsDialog
Dim value As Boolean
 
instance.RightToLeftLayout = value
 
value = instance.RightToLeftLayout
C#  
[SRCategory("Appearance")]
[Localizable(true)]
[DefaultValue()]
[SRDescription("Indicates whether the control layout is right-to-left when the RightToLeft property is set to Yes.")]
public virtual bool RightToLeftLayout {get; set;}
C++/CLI  
[SRCategory("Appearance")]
[Localizable(true)]
[DefaultValue()]
[SRDescription("Indicates whether the control layout is right-to-left when the RightToLeft property is set to Yes.")]
public:
virtual property bool RightToLeftLayout {
   bool get();
   void set (    bool value);
}

Requirements

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

See Also