ScrollProperties::Value Property

 

Gets or sets a numeric value that represents the current position of the scroll bar box.

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

public:
[BindableAttribute(true)]
property int Value {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

An Int32 representing the position of the scroll bar box, in pixels.

.NET Framework
Available since 2.0
Return to top
Show: