Unicode Controls & Classes for VB6 - Version 4

ctlScroll.Max Property

Returns/sets a scroll bar position's maximum Value property setting.

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