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

BeginTabPanel() public static method

public static BeginTabPanel ( string name, string themeTabPanelClass, string themeTabClass, int fixedTabs ) : string
name string
themeTabPanelClass string
themeTabClass string
fixedTabs int
return string
		public static string BeginTabPanel(string name, string themeTabPanelClass, string themeTabClass, int fixedTabs)
		{
			return BeginTabPanel(name, themeTabPanelClass, themeTabClass, fixedTabs, 0, true, true, null, null, null, null);
		}

Same methods

WebForm::BeginTabPanel ( string name, string themeTabPanelClass, string themeTabClass, int fixedTabs, int selectedTabIndex, bool autoHeight, bool autoWidth, string width, string height, string runTimeTabs, string minTabWidth ) : string