HScrollProperties(ScrollableControl) 建構函式

定義

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

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

參數

container
ScrollableControl

ScrollableControl A 裡面有捲動條。

適用於