Hevea documentation

TabGroup.GetVisibleTab Method 

Gets the identifier of the tabgroup's tab that is visible.

public static string GetVisibleTab(
   WebPage page,
   string tabGroupId
);

Parameters

page
page owner of the tabgroup
tabGroupId
tabgroup identifier

Return Value

the tab identifier or null if no tab is displayed

Exceptions

Exception Type Condition
ArgumentNullException page or tabGroupId is missing

See Also

TabGroup Class | Hevea.Core.Http.Html.UI Namespace