ComponentOne Windows 7 Control Pack for WinForms
RightToLeft Property



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1TaskDialog Class : RightToLeft Property
Gets or sets whether the task dialog should draw right-to-left for RTL languages.
Syntax
<DefaultValueAttribute()>
<LocalizableAttribute(True)>
<C1DescriptionAttribute("Indicates whether the task dialog should draw right-to-left for RTL languages.")>
Public Property RightToLeft As Boolean
Dim instance As C1TaskDialog
Dim value As Boolean
 
instance.RightToLeft = value
 
value = instance.RightToLeft
[DefaultValue()]
[Localizable(true)]
[C1Description("Indicates whether the task dialog should draw right-to-left for RTL languages.")]
public bool RightToLeft {get; set;}
[DefaultValue()]
[Localizable(true)]
[C1Description("Indicates whether the task dialog should draw right-to-left for RTL languages.")]
public:
property bool RightToLeft {
   bool get();
   void set (    bool value);
}
See Also

Reference

C1TaskDialog Class
C1TaskDialog Members