TabControl.TabPageCollection(TabControl) Constructor

Definition

Initializes a new instance of the TabControl.TabPageCollection class.

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)

Parameters

owner
TabControl

The TabControl that this collection belongs to.

Exceptions

The specified TabControl is null.

Applies to

See also