ComponentOne Windows 7 Control Pack for WinForms
Value Property (C1TaskDialog.C1ProgressBar)



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1TaskDialog.C1ProgressBar Class : Value Property
Gets or sets the current value of the progress bar.
Syntax
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<C1DescriptionAttribute("Specifies the current value of the progress bar.")>
Public Property Value As Integer
Dim instance As C1TaskDialog.C1ProgressBar
Dim value As Integer
 
instance.Value = value
 
value = instance.Value
[DefaultValue()]
[NotifyParentProperty(true)]
[C1Description("Specifies the current value of the progress bar.")]
public int Value {get; set;}
[DefaultValue()]
[NotifyParentProperty(true)]
[C1Description("Specifies the current value of the progress bar.")]
public:
property int Value {
   int get();
   void set (    int value);
}
See Also

Reference

C1TaskDialog.C1ProgressBar Class
C1TaskDialog.C1ProgressBar Members