Skip to content

Min Property

Description

Gets or sets the minimum value of the range of the ProgressBar.

Property Type

Read-write property

Syntax (Visual Basic)

Public Property Min() As Long

Remarks

This property specifies the lower limit of the Value property. When the value of the Min property is changed, the ProgressBar control is redrawn to reflect the new range of the control. When the value of the Value property is equal to the value of the Min property, the progress bar is empty.

See Also


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.