ScrollProperties(ScrollableControl) Constructor

Definition

Initializes a new instance of the ScrollProperties class.

protected:
 ScrollProperties(System::Windows::Forms::ScrollableControl ^ container);
protected ScrollProperties (System.Windows.Forms.ScrollableControl container);
protected ScrollProperties (System.Windows.Forms.ScrollableControl? container);
new System.Windows.Forms.ScrollProperties : System.Windows.Forms.ScrollableControl -> System.Windows.Forms.ScrollProperties
Protected Sub New (container As ScrollableControl)

Parameters

container
ScrollableControl

The ScrollableControl whose scrolling properties this object describes.

Remarks

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

Applies to