InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputProgressBar Class / Value Property

In This Topic
    Value Property (InputProgressBar)
    In This Topic
    Gets or sets the current value of the InputProgressBar.
    Syntax
    'Declaration
     
    Public Property Value As Integer
    public int Value {get; set;}
    See Also