InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.8 Assembly / C1.Win.C1InputPanel 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