Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ProgressBar Class / Value Property

In This Topic
    Value Property (ProgressBar)
    In This Topic
    Gets or sets the progress bar value.
    Syntax
    'Declaration
     
    Public Overridable Property Value As Integer
    public virtual int Value {get; set;}
    See Also