Method GetTab
GetTab(int)
Gets the tab at the specified index.
public virtual SimpleTabControlView.TabControlItem? GetTab(int index)
Parameters
index
intThe index of the tab to get.
Returns
- SimpleTabControlView.TabControlItem
The tab at the specified index, or null if the index is out of range.