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
text
stringThe text to display on the tab.
getView
Func<View>A function that returns the content view for the tab.
toolTip
stringThe tooltip text for the tab.
image
SvgImageThe image to display on the tab.