Value Property (ScrollBar)
Gets or sets a numeric value that represents the current position of the scroll box on the scroll bar control.
public int Value {get; set;}
'Declaration
Public Property Value As Integer
'Usage
Dim instance As ScrollBar
Dim value As Integer
instance.Value = value
value = instance.Value