AddTab Method

AddTab(String, VisualElement)

Adds a tab and the content associated to it.

Declaration
public void AddTab(string title, VisualElement content)
Parameters
String title

A title displayed in the tab.

VisualElement content

The content to be associated with the tab.

AddTab(VisualElement, VisualElement)

Adds a tab and the content associated to it.

Declaration
public void AddTab(VisualElement title, VisualElement content)
Parameters
VisualElement title

A title displayed in the tab.

VisualElement content

The content to be associated with the tab.