ScrollProperties(ScrollableControl) 建構函式

定義

初始化 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)

參數

container
ScrollableControl

該物件描述的 ScrollableControl 滾動特性。

備註

你無法直接實例化這個類別,因為它是抽象的。 你必須實例化其導出的類別之一,例如 HScrollPropertiesVScrollProperties

適用於