Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll Packages
TabControl.setTabs
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