ScrollProperties Constructor (ScrollableControl^)

 

Initializes a new instance of the ScrollProperties class.

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

protected:
ScrollProperties(
	ScrollableControl^ container
)

Parameters

container
Type: System.Windows.Forms::ScrollableControl^

The ScrollableControl whose scrolling properties this object describes.

You cannot instantiate this class directly, as it is abstract. You must instantiate one of its derived classes instead, such as HScrollProperties or VScrollProperties.

.NET Framework
Available since 2.0
Return to top
Show: