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

In This Topic
    Value Property (C1HScrollBar)
    In This Topic
    Gets or sets a numeric value that represents the current position of the scroll box.
    Syntax
    'Declaration
     
    Public Property Value As Integer
    public int Value {get; set;}
    See Also