스크롤 막대 상자의 현재 위치를 나타내는 숫자 값을 가져옵니다.

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 Value { get; set; }
Visual Basic
Public Property Value As Integer
	Get
	Set
Visual C++
public:
property int Value {
	int get ();
	void set (int value);
}

Return Value

스크롤 막대 상자의 위치를 나타내는 Int32형태의 정수 값입니다.

See Also