ScrollProperties(ScrollableControl) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy ScrollProperties.

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)

Parametry

container
ScrollableControl

Właściwości ScrollableControl , których przewijanie opisuje ten obiekt.

Uwagi

Nie można utworzyć wystąpienia tej klasy bezpośrednio, ponieważ jest abstrakcyjna. Zamiast tego należy utworzyć wystąpienie jednej z jej klas pochodnych, takich jak HScrollProperties lub VScrollProperties.

Dotyczy