Show / Hide Table of Contents

Class Tab

Inheritance
Object
Tab
Namespace: SuperOffice.CRM.Web.UI.Controls
Assembly: SuperOffice.Web.UI.Controls.dll
Syntax
public class Tab : Control

Constructors

Tab()

Declaration
public Tab()

Properties

TabCount

Declaration
public int TabCount { get; }
Property Value
Type Description
Int32

Methods

AddCustomControl(Control)

Declaration
public void AddCustomControl(Control control)
Parameters
Type Name Description
Control control

AddTabItem(String, TabItem)

Declaration
public void AddTabItem(string key, TabItem item)
Parameters
Type Name Description
String key
TabItem item

getItemByIndex(Int32)

Declaration
public TabItem getItemByIndex(int index)
Parameters
Type Name Description
Int32 index
Returns
Type Description
TabItem

GetItemByKey(String)

Declaration
public TabItem GetItemByKey(string key)
Parameters
Type Name Description
String key
Returns
Type Description
TabItem

OnLoad(EventArgs)

Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type Name Description
EventArgs e

RemoveItemByKey(String)

Declaration
public void RemoveItemByKey(string key)
Parameters
Type Name Description
String key

Render(HtmlTextWriter)

Declaration
protected override void Render(HtmlTextWriter writer)
Parameters
Type Name Description
HtmlTextWriter writer
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top