ScrollProperties(ScrollableControl) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 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 滾動特性。
備註
你無法直接實例化這個類別,因為它是抽象的。 你必須實例化其導出的類別之一,例如 HScrollProperties 或 VScrollProperties。