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