TabControl.TabPageCollection(TabControl) 建構函式

定義

初始化 TabControl.TabPageCollection 類別的新執行個體。

public:
 TabPageCollection(System::Windows::Forms::TabControl ^ owner);
public TabPageCollection (System.Windows.Forms.TabControl owner);
new System.Windows.Forms.TabControl.TabPageCollection : System.Windows.Forms.TabControl -> System.Windows.Forms.TabControl.TabPageCollection
Public Sub New (owner As TabControl)

參數

owner
TabControl

這個集合所屬的 TabControl

例外狀況

指定的 TabControlnull

適用於

另請參閱