ComponentOne Windows 7 Control Pack for WinForms
C1.Win.C1Win7Pack Namespace / C1TaskbarButton Class / ProgressIndicator Property

In This Topic
    ProgressIndicator Property
    In This Topic
    Adjusts the progress indicator hosted in a taskbar button of the owner form to show the specific percentage completed of the full operation.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("C1TaskbarButton.ProgressIndicator", "Adjusts the progress indicator hosted in the taskbar button.")>
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
    <TypeConverterAttribute(C1.Win.C1Win7Pack.GenericExpandableConverter)>
    <C1CategoryAttribute("Behavior")>
    Public ReadOnly Property ProgressIndicator As C1ProgressIndicator
    [C1Description("C1TaskbarButton.ProgressIndicator", "Adjusts the progress indicator hosted in the taskbar button.")]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
    [TypeConverter(C1.Win.C1Win7Pack.GenericExpandableConverter)]
    [C1Category("Behavior")]
    public C1ProgressIndicator ProgressIndicator {get;}
    See Also