TabPage.TabPageControlCollection(TabPage) Constructor

Definition

Initializes a new instance of the TabPage.TabPageControlCollection class.

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

Parameters

owner
TabPage

The TabPage that contains this collection of controls.

Applies to