In This Topic
Gets or sets the large change of the scrollbar.
Syntax
'Declaration
Public Property LargeChange As Integer
'Usage
Dim instance As ScrollBar
Dim value As Integer
instance.LargeChange = value
value = instance.LargeChange
public int LargeChange {get; set;}
See Also