語言

VScrollProperties(ScrollableControl) 建構函式

定義

初始化 VScrollProperties 類別的新執行個體。

public:
 VScrollProperties(System::Windows::Forms::ScrollableControl ^ container);
public VScrollProperties(System.Windows.Forms.ScrollableControl container);
public VScrollProperties(System.Windows.Forms.ScrollableControl? container);
new System.Windows.Forms.VScrollProperties : System.Windows.Forms.ScrollableControl -> System.Windows.Forms.VScrollProperties
Public Sub New (container As ScrollableControl)

參數

container
ScrollableControl

ScrollableControl A 裡面有捲動條。

適用於