ComponentOne Windows 7 Control Pack for WinForms
Value Property (C1ProgressIndicator)



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

Reference

C1ProgressIndicator Class
C1ProgressIndicator Members