WinForms Edition Documentation
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
 
See Also