ComponentOne Windows 7 Control Pack for WinForms
ProgressIndicator Property



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1TaskbarButton Class : ProgressIndicator Property
Adjusts the progress indicator hosted in a taskbar button of the owner form to show the specific percentage completed of the full operation.
Syntax
<C1CategoryAttribute("動作")>
<TypeConverterAttribute("C1.Win.C1Win7Pack.GenericExpandableConverter, C1.Win.C1Win7Pack.4, Version=4.0.20163.212, Culture=neutral, PublicKeyToken=79882d576c6336da")>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
<C1DescriptionAttribute("Adjusts the progress indicator hosted in the taskbar button.")>
Public ReadOnly Property ProgressIndicator As C1ProgressIndicator
Dim instance As C1TaskbarButton
Dim value As C1ProgressIndicator
 
value = instance.ProgressIndicator
[C1Category("動作")]
[TypeConverter("C1.Win.C1Win7Pack.GenericExpandableConverter, C1.Win.C1Win7Pack.4, Version=4.0.20163.212, Culture=neutral, PublicKeyToken=79882d576c6336da")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
[C1Description("Adjusts the progress indicator hosted in the taskbar button.")]
public C1ProgressIndicator ProgressIndicator {get;}
[C1Category("動作")]
[TypeConverter("C1.Win.C1Win7Pack.GenericExpandableConverter, C1.Win.C1Win7Pack.4, Version=4.0.20163.212, Culture=neutral, PublicKeyToken=79882d576c6336da")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
[C1Description("Adjusts the progress indicator hosted in the taskbar button.")]
public:
property C1ProgressIndicator^ ProgressIndicator {
   C1ProgressIndicator^ get();
}
See Also

Reference

C1TaskbarButton Class
C1TaskbarButton Members