Unicode Controls & Classes for VB6 - Version 4

ctlScroll.SmallChange Property

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

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