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

In This Topic
    Maximum Property (C1TaskDialog.C1ProgressBar)
    In This Topic
    Gets or sets the maximum value of the progress bar.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("C1ProgressBar.Maximum", "Specifies the maximum value of the progress bar.")>
    <NotifyParentPropertyAttribute(True)>
    <DefaultValueAttribute(100)>
    Public Property Maximum As Integer
    [C1Description("C1ProgressBar.Maximum", "Specifies the maximum value of the progress bar.")]
    [NotifyParentProperty(true)]
    [DefaultValue(100)]
    public int Maximum {get; set;}
    See Also