ControlFormat.Min Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets the minimum value of a scroll bar or spinner range. The scroll bar or spinner won’t take on values less than this minimum value.
public:
property int Min { int get(); void set(int value); };
public int Min { get; set; }
Public Property Min As Integer
Property Value
Remarks
The value of the Min property must be less than the value of the Max property.