Hevea documentation

TabGroup.Add Method (Tab, Boolean)

Adds a tab to the Tab Group.

public void Add(
   Tab tab,
   bool defaultTab
);

Parameters

tab
tab to add
defaultTab
set to true if the tab is selected by default

Exceptions

Exception Type Condition
ArgumentNullException tab is null

See Also

TabGroup Class | Hevea.Core.Http.Html.UI Namespace | TabGroup.Add Overload List