InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputTrackBar Class / Value Property

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