In This Topic
Gets or sets the upper limit of values of the scrollable range.
Syntax
'Declaration
Public Property Max As Integer
'Usage
Dim instance As ScrollBar
Dim value As Integer
instance.Max = value
value = instance.Max
public int Max {get; set;}
See Also