SaaS CMS has officially launched! Learn more now.

Class TopTabs

Inheritance
System.Object
TopTabs
Namespace: Mediachase.BusinessFoundation
Assembly: Mediachase.BusinessFoundation.dll
Version: 11.8.3
Syntax
public class TopTabs : UserControl

Constructors

TopTabs()

Declaration
public TopTabs()

Fields

lbSelectTab

Declaration
protected LinkButton lbSelectTab
Field Value
Type Description
System.Web.UI.WebControls.LinkButton

Properties

BaseUrl

Declaration
public string BaseUrl { get; set; }
Property Value
Type Description
System.String

IsDesignMode

Declaration
public bool IsDesignMode { get; set; }
Property Value
Type Description
System.Boolean

IsLeftGap

Declaration
public bool IsLeftGap { get; set; }
Property Value
Type Description
System.Boolean

IsLeftLine

Declaration
public bool IsLeftLine { get; set; }
Property Value
Type Description
System.Boolean

IsPostMode

Declaration
public bool IsPostMode { get; set; }
Property Value
Type Description
System.Boolean

IsSelectable

Declaration
public bool IsSelectable { get; set; }
Property Value
Type Description
System.Boolean

TabsCount

Declaration
public int TabsCount { get; }
Property Value
Type Description
System.Int32

TabWidth

Declaration
public string TabWidth { get; set; }
Property Value
Type Description
System.String

UseTabWidth

Declaration
public bool UseTabWidth { get; set; }
Property Value
Type Description
System.Boolean

Methods

AddTab(String)

Declaration
public void AddTab(string title)
Parameters
Type Name Description
System.String title

AddTab(String, String)

Declaration
public void AddTab(string title, string key)
Parameters
Type Name Description
System.String title
System.String key

AddTab(String, String, Int32)

Declaration
public void AddTab(string title, string key, int row)
Parameters
Type Name Description
System.String title
System.String key
System.Int32 row

AddTab(String, String, String)

Declaration
public void AddTab(string title, string link, string key)
Parameters
Type Name Description
System.String title
System.String link
System.String key
Declaration
public string GetItemLink(string key)
Parameters
Type Name Description
System.String key
Returns
Type Description
System.String

lbSelectTab_Click(Object, EventArgs)

Declaration
protected void lbSelectTab_Click(object sender, EventArgs e)
Parameters
Type Name Description
System.Object sender
System.EventArgs e

OnInit(EventArgs)

Declaration
protected override void OnInit(EventArgs e)
Parameters
Type Name Description
System.EventArgs e

OnPreRender(EventArgs)

Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Type Name Description
System.EventArgs e

OnTabChange(Object, TopTabsEventArgs)

Declaration
protected virtual void OnTabChange(object sender, TopTabsEventArgs e)
Parameters
Type Name Description
System.Object sender
TopTabsEventArgs e

Render(HtmlTextWriter)

Declaration
protected override void Render(HtmlTextWriter writer)
Parameters
Type Name Description
System.Web.UI.HtmlTextWriter writer

SelectItem(Int32)

Declaration
public void SelectItem(int index)
Parameters
Type Name Description
System.Int32 index

SelectItem(String)

Declaration
public void SelectItem(string key)
Parameters
Type Name Description
System.String key

Events

TabChange

Declaration
public event TopTabs.TabChangedEventHandler TabChange
Event Type
Type Description
TopTabs.TabChangedEventHandler