GetTabContent Method
GetTabContent(Int32)
Gets the tab content at the specified index.
Declaration
public VisualElement GetTabContent(int tabIndex)
Parameters
Int32 | tabIndex | Index of the tab. |
Returns
VisualElement | The tab content. |