ScrollProperties::Minimum Property

 

Gets or sets the lower limit of the scrollable range.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property int Minimum {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

An Int32 representing the lower range of the scroll bar.

Exception Condition
ArgumentOutOfRangeException

Minimum cannot be less than zero.

If the new value of Minimum is greater than Maximum, then Maximum is set equal to Minimum.

.NET Framework
Available since 2.0
Return to top
Show: