Methods |
Description |
addTab |
Adds a tab to the tab strip. |
findTab |
Searches for the specified tab in the tab strip, returning the zero-based index of the tab within the tab strip if it is found. |
getSelectedTab |
Retrieves the tab that is selected in this tab strip. |
getTab |
Retrieves the specified tab. |
getTabs |
Retrieves all the tabs in this tab strip. |
getTabText |
Retrieves the text for the specified tab. |
insertTab |
Adds a tab to the tab strip at the specified position. |
removeTab |
Removes the specified tab from the tab strip. |
setSelectedTab |
Selects the specified tab in this tab strip. |
setTab |
Replaces the specified tab. |
setTabs |
Adds a set of tabs to the tab strip after removing all existing tabs. |