Adds a tabbed page to this tab control.
public void add( Control control )
control
A Control object that represents the tabbed page to be added. This parameter must be a TabPage object.
WFCException thrown if the specified control is not a TabPage object.
The new page becomes the last page in the tab control. If the added tabbed page is already a child of another control, it is removed as a child of the first control before being added as a child of this control.
See Also remove