ControlFormat.Max Property

Definition

Returns or sets the maximum value of a scroll bar or spinner range. The scroll bar or spinner won’t take on values greater than this maximum value.

public:
 property int Max { int get(); void set(int value); };
public int Max { get; set; }
Public Property Max As Integer

Property Value

Remarks

The value of the Max property must be greater than the value of the Min property.

Applies to