ControlFormat.Min Property

Definition

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.

Applies to