Artech.UC.gxui.Helpers.WebForm.TabTitle C# (CSharp) Method

TabTitle() public static method

public static TabTitle ( string title, int tabIndex ) : string
title string
tabIndex int
return string
		public static string TabTitle(string title, int tabIndex)
		{
			return String.Format("<container containerId=\"Title{0}\">{1}</container>", String.Format(k_tabPanelContainerIdFormat, tabIndex + 1), title);
		}