ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Win.C1ScrollBar Namespace / C1ScrollBar Class / Value Property

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