WinForms Edition Documentation
C1.Win.C1Win7Pack Namespace / C1TaskDialog Class / RightToLeft Property

In This Topic
RightToLeft Property
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
 
See Also