Click or drag to resize
BasicTabControlInsertTab Method
Inserts tab at specified index.

Namespace: CMS.DocumentEngine.Web.UI
Assembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 13.0.131
Syntax
C#
public void InsertTab(
	int index,
	TabItem tab
)

Parameters

index
Type: SystemInt32
Index
tab
Type: CMS.DocumentEngine.Web.UI.ConfigurationTabItem
Tab
See Also