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