Input for WinForms | ComponentOne
C1.Framework Namespace / ScrollBarElement Class / Value Property

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