ComponentOne Windows 7 Control Pack for WinForms
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
    [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