ControlFormat.Max 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 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.