ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / 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 System.Integer
    public System.int Value {get; set;}
    See Also