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