ScrollProperties(ScrollableControl) Konstruktor

Definice

Inicializuje novou instanci ScrollProperties třídy.

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

Jejíž ScrollableControl vlastnosti posouvání tento objekt popisuje.

Poznámky

Tuto třídu nelze vytvořit přímo, protože je abstraktní. Místo toho musíte vytvořit instanci jedné z jeho odvozených tříd, například HScrollProperties nebo VScrollProperties.

Platí pro