Adds a new item to the Tab collection.
public void AddTab(string Caption, string Link)
Parameters
Caption
The caption of the tab
Link
The HTTP or JavaScript link that is fired when the tab is activated. Can optionally be Default which activates the tab and activates the page ID.
Overloads:
public void AddTab(string Caption, string Link, string TabPageClientId)
public void AddTab(TabPage Tab)
See also:
Class TabControl© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic