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