Method Add
Add(string?, Func<View>?, string?, SvgImage?)
Adds a new tab to the tab control view.
public virtual SimpleTabControlView.TabControlItem Add(string? text, Func<View>? getView = null, string? toolTip = null, SvgImage? image = null)
Parameters
textstringThe text to display on the tab.
getViewFunc<View>A function that returns the content view for the tab.
toolTipstringThe tooltip text for the tab.
imageSvgImageThe image to display on the tab.