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 przewijania ScrollableControl tego obiektu opisano.

Uwagi

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

Dotyczy