TabControl::TabPageCollection Constructor (TabControl^)

 

Initializes a new instance of the TabControl::TabPageCollection class.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
TabPageCollection(
	TabControl^ owner
)

Parameters

owner
Type: System.Windows.Forms::TabControl^

The TabControl that this collection belongs to.

Exception Condition
ArgumentNullException

The specified TabControl is null.

.NET Framework
Available since 1.1
Return to top
Show: