ComponentOne Windows 7 Control Pack for WinForms
C1.Win.C1Win7Pack Namespace / C1TaskDialog Class / Width Property

In This Topic
    Width Property
    In This Topic
    The width of the task dialog's client area. If 0, the task dialog manager will calculate the ideal width.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("C1TaskDialog.Width", "Specifies the width of the task dialog's client area.")>
    <DefaultValueAttribute(0)>
    Public Property Width As Integer
    [C1Description("C1TaskDialog.Width", "Specifies the width of the task dialog's client area.")]
    [DefaultValue(0)]
    public int Width {get; set;}
    See Also