Class TopTabs
Inheritance
System.Object
TopTabs
Assembly: Mediachase.BusinessFoundation.dll
Version: 13.30.0
public class TopTabs : UserControl
Constructors
Declaration
Fields
Declaration
protected LinkButton lbSelectTab
Field Value
Type |
Description |
System.Web.UI.WebControls.LinkButton |
|
Properties
Declaration
public string BaseUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool IsDesignMode { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool IsLeftGap { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
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 |
|
Declaration
public bool IsSelectable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public int TabsCount { get; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string TabWidth { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool UseTabWidth { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
Declaration
public void AddTab(string title)
Parameters
Type |
Name |
Description |
System.String |
title |
|
Declaration
public void AddTab(string title, string key)
Parameters
Type |
Name |
Description |
System.String |
title |
|
System.String |
key |
|
Declaration
public void AddTab(string title, string key, int row)
Parameters
Type |
Name |
Description |
System.String |
title |
|
System.String |
key |
|
System.Int32 |
row |
|
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 |
|
Declaration
protected void lbSelectTab_Click(object sender, EventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.EventArgs |
e |
|
Declaration
protected override void OnInit(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
Declaration
protected virtual void OnTabChange(object sender, TopTabsEventArgs e)
Parameters
Render(HtmlTextWriter)
Declaration
protected override void Render(HtmlTextWriter writer)
Parameters
Type |
Name |
Description |
System.Web.UI.HtmlTextWriter |
writer |
|
Declaration
public void SelectItem(int index)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Declaration
public void SelectItem(string key)
Parameters
Type |
Name |
Description |
System.String |
key |
|
Events
Declaration
public event TopTabs.TabChangedEventHandler TabChange
Event Type