스크롤할 수 있는 범위의 하한을 가져옵니다.

Namespace: Ntreev.Windows.Forms.Grid
Assembly: Ntreev.Windows.Forms.Grid (in Ntreev.Windows.Forms.Grid.dll) Version: 1.0.4216.32284

Syntax

C#
public int Minimum { get; }
Visual Basic
Public ReadOnly Property Minimum As Integer
	Get
Visual C++
public:
property int Minimum {
	int get ();
}

Return Value

스크롤 막대의 최소 범위를 나타내는Int32형태의 정수 값입니다.

See Also