In This Topic
Gets or sets whether the task dialog should draw right-to-left for RTL languages.
Syntax
'Declaration
<DefaultValueAttribute(False)>
<LocalizableAttribute(True)>
<C1DescriptionAttribute("C1TaskDialog.RightToLeft", "Indicates whether the task dialog should draw right-to-left for RTL languages.")>
Public Property RightToLeft As Boolean
[DefaultValue(false)]
[Localizable(true)]
[C1Description("C1TaskDialog.RightToLeft", "Indicates whether the task dialog should draw right-to-left for RTL languages.")]
public bool RightToLeft {get; set;}
See Also