Unicode Controls & Classes for VB6 - Version 4

ctlScroll.LargeChange Property

Returns/sets amount of change to Value property in a scroll bar when user clicks the scroll bar area.

Syntax
Public Property Get LargeChange () As Long
Public Property Let LargeChange (ByVal New_LargeChange As Long)
Parameters
Parameter Description
ByVal New_LargeChange As Long The new value
Remarks