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