Adds a set of tabbed pages to the tab control after removing all existing pages.
public void setTabs( TabPage[] tabPages )
tabPages
An array of TabPage objects that represent the tabbed pages that you want this control to contain.
See Also getTabs